UNPKG

ng-hub-ui-table

Version:

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

11 lines (10 loc) 295 B
import { RowButton } from './row-button'; export interface PaginableTableDropdown { title?: string; tooltip?: string; icon?: string; color?: string; buttons: Array<RowButton>; position?: 'left' | 'right' | 'start' | 'end' | null; fill?: 'clear' | 'outline' | null; }