Skip to content

Commit d9c1aa6

Browse files
author
pipeline
committed
config(EJ2-000): api json included (HEAD -> master, origin/master)
1 parent d682931 commit d9c1aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid/index-all.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as index from './index';
2-
index.Grid.Inject( index.Filter, index.Page, index.Selection, index.Sort, index.Group, index.Reorder, index.RowDD, index.DetailRow, index.Toolbar, index.Aggregate, index.Search, index.VirtualScroll, index.Edit, index.Resize, index.ExcelExport, index.PdfExport);
2+
index.Grid.Inject( index.Filter, index.Page, index.Selection, index.Sort, index.Group, index.Reorder, index.RowDD, index.DetailRow, index.Toolbar, index.Aggregate, index.Search, index.VirtualScroll, index.Edit, index.Resize, index.ExcelExport, index.PdfExport, index.CommandColumn, index.ContextMenu);
33
export * from './index';

0 commit comments

Comments
 (0)