What's New
Version 2.1
New features
- Accessibility: compatibility with WAI-ARIA standard
- Built-in filters in header
- Row reordering via drag-n-drop
- Print support
- Focus management API
- Custom content for header and footer cells
- Ability to integrate an external Editor
Updates
- Improved key navigation
- Extra parameters to filter-rows action
- Custom content for combo editor options
- Clickable vertical overlay for fully collapsed columns
Fixes
- HeaderMenu breaks scrolling
- Richselect editor dropdown goes over footer
- Tree node marker is not changed when opening and closing
Breaking changes
handler
parameter renamed tofilter
for thefilter-rows
actioncolWidth
parameter renamed tocolumnWidth
for thesizes
propertyrowsCount
andcolsCount
parameters renamed torowCount
andcolumnCount
for thedynamic
propertycol
renamed tocolumn
for$props
received by custom cell content- No need to import and use
Cell
when embedding custom components
Version 2.0
- Migration to Svelte 5
data-request
action renamed torequest-data
selected
property removed
Version 1.3.2
Updates
- Using Svelte Core v1.3.1
Fixes
- Editors in the tree mode are not applied correctly
- TypeScript definitions are not precise
Version 1.3.0
Updates
- Released under MIT
- A more convenient way of using the built-in and external ContextMenu
- Using Svelte Core v1.3.0
Version 1.2.4
Updates
- Using Svelte Core v1.2.4
Fixes
- DataProvider package is not compatible with toolchain
Version 1.2.3
- Using Svelte Core v1.2.3
Version 1.2.0
Updates
flatData
state property added (seeapi.getSate()
method)- Using core 1.2.x
Fixes
- Column auto-sizing for the tree structure improved
- Column auto-sizing and sorting markers
Version 1.1.3
Updates
- For a column with header spans, sorting marker is only shown for the last (lowest) header span
Fixes
- Sorting for hierarchical datasets
- The column auto-size for the tree structure
- Resizing columns with flex-grow
- Text overflow for vertical headers
- Impossible to define the initial selection
- Table editor doesn't reflect changes in the related state properties
- Error after collapsing the first column in the table
Version 1.0.0
Initial version released