UNPKG

ng-hub-ui-table

Version:

Highly customizable Angular table and list components with pagination, sorting and filtering support.

5 lines (4 loc) 105 B
export interface FilterChangeEvent { searchText?: string; specificSearch?: Record<string, {}>; }