UNPKG

ngx-advanced-material-table

Version:

Advanced Angular Material Table component, along with many features such as filter and display/hide columns

11 lines (10 loc) 258 B
export interface ITableConfiguration { Id: string; LocalStorageKey?: string; AllowActions?: boolean; AllowFilter?: boolean; AllowPagination?: boolean; AllowSelect?: boolean; AllowSorting?: boolean; MultipleSelect?: boolean; }