UNPKG

@taiga-ui/addon-table

Version:

A library to display tabled data with filters, search, group actions, etc.

21 lines (20 loc) 865 B
export * from './caption/caption.component'; export * from './directives/cell.directive'; export * from './directives/direction-order.directive'; export * from './directives/head.directive'; export * from './directives/resized.directive'; export * from './directives/sort-by.directive'; export * from './directives/sortable.directive'; export * from './directives/stuck.directive'; export * from './directives/table.directive'; export * from './directives/thead.directive'; export * from './pipes/table-sort.pipe'; export * from './providers/table.provider'; export * from './table'; export * from './table.options'; export * from './table-expand/table-expand.component'; export * from './tbody/tbody.component'; export * from './td/td.component'; export * from './th/th.component'; export * from './th-group/th-group.component'; export * from './tr/tr.component';