table_sticky_headers 2.0.0 table_sticky_headers: ^2.0.0 copied to clipboard
Two-dimension table with both sticky headers. You may scroll left \ right and top \ bottom. Sticky headers always stay visible. Legend cell (top left) always visible too.
Release Date #
- 05.11.2020
[2.0.0] - #
- Added Null-Safety
- [BREAKING CHANGE] Removed FittedBox and BoxFit from cells. It's now up to client to wrap cells inside FittedBox if necessary;
- Added ability to use own ScrollControllers (thanks @AngeloAvv)
- Added gestureDetectors callbacks (thanks @recycledhumanoid)
[1.2.0] - #
- Added ability to customize CellDimensions individually for each cell
- Added ability to customize CellAlignment individually for each cell
- Updated example
[1.1.2] - #
- Updated readme files, added examples
[1.1.1] - #
- Updated readme files
[1.1.0] - #
- Changed table builders input parameters so they take Widget instead of text. Now user has full control of setting table content.
- Added example to show how to use table decoration, including click listeners.
[1.0.1] - #
- Added demo image
[1.0.0] - #
- Added more informative description
[0.0.1] - #
- NEW: Initial Release.