@syncfusion/ej2-angular-grids
Version:
Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular
12 lines (11 loc) • 1.16 kB
TypeScript
export { StackedColumnDirective, StackedColumnsDirective } from './grid/stacked-column.directive';
export { ColumnDirective, ColumnsDirective } from './grid/columns.directive';
export { AggregateColumnDirective, AggregateColumnsDirective } from './grid/aggregate-columns.directive';
export { AggregateDirective, AggregatesDirective } from './grid/aggregates.directive';
export { GridComponent } from './grid/grid.component';
export { GridModule } from './grid/grid.module';
export { GridAllModule, FilterService, PageService, SelectionService, SortService, GroupService, ReorderService, RowDDService, DetailRowService, ToolbarService, AggregateService, SearchService, VirtualScrollService, EditService, ResizeService, ExcelExportService, PdfExportService, CommandColumnService, ContextMenuService, FreezeService, ColumnMenuService, ColumnChooserService, ForeignKeyService, InfiniteScrollService, LazyLoadGroupService } from './grid/grid-all.module';
export { PagerComponent } from './pager/pager.component';
export { PagerModule } from './pager/pager.module';
export { PagerAllModule } from './pager/pager-all.module';
export * from '@syncfusion/ej2-grids';