flutter_expandable_table 2.2.0
flutter_expandable_table: ^2.2.0 copied to clipboard
A Flutter widget for create an expandable table with header and first column fixed.
Flutter Expandable Table #
2.2.0 - 2026-05-24 #
@riccardocucia
- Improved performance with large datasets by adopting
ListView.builderfor lazy row rendering. - Fixed body/header horizontal scroll desync when collapsing columns after scrolling right.
- Added
AnimatedCollapseto avoid rendering hidden cell content after collapse animation completes. - Updated dependencies.
2.1.0 - 2024-07-03 #
@RichiB20
- Fixed vertical Scrollbar and added horizontal Scrollbar.
- Added
trackVisibilityScrollbar,thumbVisibilityScrollbarandexpandedparameters. - Fixed table size.
