UNPKG

dynamic-mat-table

Version:

dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.

17 lines (16 loc) 856 B
export * from './lib/cores/type'; export * from './lib/cores/dynamic-cell/IDynamicCell'; export * from './lib/cores/dynamic-cell/dynamic-cell.directive'; export * from './lib/dynamic-mat-table/dynamic-mat-table.component'; export * from './lib/dynamic-mat-table/dynamic-mat-table.module'; export * from './lib/dynamic-mat-table/dynamic-mat-table.service'; export * from './lib/cores/table-data-source'; export * from './lib/models/language-pack.model'; export * from './lib/models/context-menu.model'; export * from './lib/models/table-row.model'; export * from './lib/models/table-field.model'; export * from './lib/models/print-config.model'; export * from './lib/models/table-pagination.model'; export * from './lib/models/table-setting.model'; export * from './lib/international/table-Intl'; export * from './lib/utilizes/html.helper';