UNPKG

@syncfusion/ej2-grids

Version:

Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel.

10 lines (9 loc) 200 B
/** * Grid component exported items */ export * from './common'; export * from './base'; export * from './actions'; export * from './models'; export * from './renderer'; export * from './services';