Released on February 18, 2025
Breaking changes
This version brings some updates in the API methods. Check the Migration guide to keep in step with the latest updates.
New functionality
Grid
- Row expander with the possibility to insert any Suite widget or HTML content (PRO version)
- Multi-sorting functionality that allows sorting Grid by several columns (PRO version)
Fixes
- DataCollection/TreeCollection. The
sort()
method called without arguments doesn't reset the applied sorting - Grid. Falsy firing of data events on row drag-n-drop
- Grid. The issue with a gap appearing while calculating
autoHeight
of a cell - Toolbar. Incorrect menu items positioning
- TreeCollection. The
restoreOrder()
method doesn't reset the applied sorting
New demo on backend integration
New samples
Grid
- Row expander. Full config
- Row expander. Subgrid data loading
- Row expander. Subgrid events handling
- Row expander with Form (any Suite widget can be embedded)
- Row expander with Chart (any Suite widget can be embedded)
- Row expander. Subgrid with Pagination
- Row expander. Multi-level nested subgrids
- Row expander. Custom HTML and hiding toggle icon
- Row expander. Subgrid with rows expanded by criteria
- Row expander. Subgrid only in specific rows
- Sorting by multiple columns (multisorting)
- Grouping with sorting by multiple columns (multisorting)
- Grouping and template in group headers
- Search and highlight results
- Hiding columns using header context menu
- Empty state
- Row pinning with checkbox
- Dynamic calculations
- Dataview editor for second column
- Custom yes/no editor
- Additional details in second grid (linked grids)
- Readonly (disabled) rows
- Rotated (vertical) header
- Grid and Pivot. Integration