UNPKG

ng-hub-ui-table

Version:

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

14 lines (13 loc) 262 B
export interface PaginableTableConfig { theme?: string | null; mapping?: { currentPage?: string; lastPage?: string; total?: string; data?: string; }; views?: { key?: string; }; language?: string; }