@rxap/table-system
Version:
This package provides a set of Angular directives, components, and services to enhance data tables with features like row expansion, full-text search, and row selection with checkboxes. It includes modules for easy integration of these features into exist
14 lines (13 loc) • 881 B
TypeScript
export * from './lib/select-row/checkbox-header-cell/checkbox-header-cell.component';
export * from './lib/select-row/checkbox-cell/checkbox-cell.component';
export * from './lib/select-row/all-rows-selected.directive';
export * from './lib/select-row/select-row.module';
export * from './lib/select-row/select-row.service';
export * from './lib/full-text-search/table-filter-input.directive';
export * from './lib/full-text-search/table-full-text-search.service';
export * from './lib/expand-row/expand-row-container/expand-row-container.component';
export * from './lib/expand-row/expand-row-container/expand-row-content.directive';
export * from './lib/expand-row/expand-controls-cell/expand-controls-cell.component';
export * from './lib/expand-row/expand-row.directive';
export * from './lib/expand-row/expand-row.module';
export * from './lib/expand-row/expand-row.service';