expandable_datatable 0.1.1
expandable_datatable: ^0.1.1 copied to clipboard
A flutter package for viewing and editing data in a table view with expandable rows.
0.1.1 29/01/2026 #
- Fix table not updating when data was changed externally (e.g., via Provider) (#4)
- Fix bug where the
multipleExpansionparameter was not working. - Set
isEditabledefault property tofalse. - Major Refactoring: Switch the table to a stateless model by removing internal data handling. Editing now requires external state management via the
onRowChangedcallback. - Add a new example demonstrating Provider integration.
0.1.0 21/01/2026 #
- Add rowHeight feature
- Remove rowBorder, add shape and expandedShape parameters
- Change default expansionIcon to Icons.expand_more
- Add expansionAnimationStyle to theme
- Fix trailingWidth logic bugs
- Update expansionTile logic
0.0.8 26/12/2025 #
0.0.7 07/03/2023 #
- Fix Scrollbar ScrollPosition error
- Add option to disable row editing
0.0.6 10/08/2022 #
- Fix README table
0.0.5 10/08/2022 #
- Add content padding parameter for all rows
- Remove unnecessary code blocks
- Add parameters table to README
0.0.3 10/02/2022 #
- Add enable/disable multiple expansion parameter
0.0.2 09/24/2022 #
- Fix README screenshots
- Fix code warnings and analysis
0.0.1 09/24/2022 #
Initial release
- Create the package template
- Add theme class for styling
- Provide render widget functions for customizable widgets
- Make it suitable for web