-
Notifications
You must be signed in to change notification settings - Fork 78
Gridx v1.2.0 Release Notes
Provide APIs to hide/show columns.
Create multi-level group header.
Add "Load More" and "Load Previous" buttons to grid body.
Make some rows unselectable.
Not save to store immediately after changes are made in Edit, untial user explicitly requires so. User can undo/redo their changes before saving to store.
Provide a way to add extra focusable regions in column header. Basis of HeaderMenu and NestedSort.
Provide a way to add dropdown menus to column header.
Several predefined header menus for filtering data.
Pass options parameter to getChildren function of store, so that child rows can be paged or sorted by custom logic.
Tree module is more compatible with CellWidget module.
Put visual index management in a separate module View. Remove visual index related logic in Body.js and Tree.js Refactored ColumnResizer to support GroupHeader Refactored NestedSort to take advantage of HeaderRegions.
Filter api setupFilterQuery is replaced by setupQuery. The old API is still usable but deprecated.