Changelog
Version 2.3
Released on October 14, 2025
New features
The features are synchronized with SVAR Svelte DaraGrid 2.3, including the following:
- TypeScript definitions
- Undo/redo for data and column actions
- Ability to tune responsive behaviour
- Dynamic inline editors for column cells
- Integration with SVAR Filter
- 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
Breaking changes
- The package migrated from
wx-react-grid
to@svar-ui/react-grid
sort
state property renamed tosortMarks
colWidth
parameter renamed tocolumnWidth
for thesizes
propertyrowsCount
andcolsCount
parameters renamed torowCount
andcolumnCount
for thedynamic
property
Version 1.2.0
Initial release of React DataGrid widget