Skip to content

Grouping & Aggregators (released)

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 26 Mar 16:13
· 3742 commits to master since this release

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 Aggregators to use directly from the lib, more will come in the future
    • updated styling
  • MultipleSelect/SingleSelect, MultipleEditor/SingleEditor Collection filterBy/sortBy
  • 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.2 refactoring 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