This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Grouping & Aggregators (released)
Features
- Grouping & Aggregators, now released
- see the demo in action
- see Wiki - Grouping & Aggregators for more info.
- Export to File also updated to work with it (a reminder, the export is WYSIWYG)
- created
Aggregatorsto use directly from the lib, more will come in the future - updated styling
- MultipleSelect/SingleSelect, MultipleEditor/SingleEditor Collection filterBy/sortBy
- you can now pre-filter and/or pre-sort the collection passed to any of these Editors/Filters.
- see Wiki - Collection filterBy/sortBy for more info.
- feat(export): add onGrid Before/After ExportToFile Observable
- this could be useful if user want to display a spinner while downloading
Fixes
- fix(preset): Preset with Sort was not working correctly with GraphQL
- fix(sorting): previous version
0.14.2refactoring broke the multi-sort in some occasions - fix(graphql): no need to throw an error when dataset is empty or is incorrect structure, just return empty array
- fix(interface): multipleSelectOption interface is missing some arguments