This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Grouping Formatters
Features
- (grouping): add multiple Formatters and Group Totals Formatters
- the Wiki - Grouping & Aggregators doc is now fully updated. You can now review it for more info.
- (gridMenu): all commands icons can now be changed in gridMenu
- (export): add cell data sanitize option, that will strip HTML tags from output
- (styling): make the multiple-select.js "Select All" text 100% wide
- (sort): add a Clear Sorting function and grid menu command
- (styling): add height/width to the grouping icons to make it easy to click
- (editor): auto-adjust ms-select drop up/down by space
- (grid): correcly set gridHeight & gridWidth, improved resize perf
- (resizer): add lastGridDimension getter
- (graphql): add option to pass extra query arguments
Refactoring
- (graphql): without cursor doesn't need pageInfo or hasNextPage
- (aggregators):
Aggregatorsinstantiating classes should be uppercase- this is important, since the signature changed from
new Aggregators.sum('duration')tonew Aggregators.Sum('duration')
- this is important, since the signature changed from
Fixes
- (graphql): make sure column exist before trying to get properties