grid_sheet 1.1.9
grid_sheet: ^1.1.9 copied to clipboard
A Flutter DataGrid/DataTable with minimal configuration and powerful features like filtering, formulas, pagination, editing, frozen columns, CRUD, and full customization.
Changelog #
1.1.9 #
- Fixed Undo Feature issue with formula type columns
1.1.8 #
- Fixed issues related to formula type
- Added ISBLANK, ISNUMBER, ISTEXT formula functions
1.1.7 #
- Updated example to demonstrate light and dark theme support
- Provided support of formula type feature.
1.1.6 #
- Added default norowswidget
1.1.5 #
- Added issue_tracker link in pubspec file
1.1.4 #
- Updated package description within pub.dev limits
1.1.3 #
- Updated example with latest code
1.1.2 #
- Fixed select all issue
1.1.1 #
- updated license
1.1.0 #
- Added row on hover feature.
- Added headerWrapper feature.
- Added filterWrapper feature.
- Added rowWrapper feature.
1.0.5 #
- Added sample example.
1.0.4 #
- Removed prints.
1.0.3 #
- Removed theming classes.
1.0.2 #
- Removed unrequired classes.
1.0.1 #
- Removed unrequired passages.
1.0.0 #
- Initial release of GridSheet.
- Added row and column operations.
- Added sorting, filtering, pagination, and selection support.