expandable_datatable 0.1.1 copy "expandable_datatable: ^0.1.1" to clipboard
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 multipleExpansion parameter was not working.
  • Set isEditable default property to false.
  • Major Refactoring: Switch the table to a stateless model by removing internal data handling. Editing now requires external state management via the onRowChanged callback.
  • 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 #

  • Fix the Icon overflow on editable option (#10)
  • Fix page numbering and button visibility (#11)
  • Add missing README parameter

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
46
likes
150
points
467
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for viewing and editing data in a table view with expandable rows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on expandable_datatable