- 1.09.2022
- Added example of infinite scroll when loading from web
- Added ability to make scrollbars always visible
- Added example with column width based on screen %
- Added ability to jump to index programmatically
- Fixed problem with 'too sticky' headers where table gets jumping to 0,0 upon content update
- Cleanup & code organization in SRC
- Added RTL support (thanks @Islam-alshiki)
- Fixed resizing issue (thanks @pMertDogan)
- Updated to latest Flutter \ Android
- 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)
- Added ability to customize CellDimensions individually for each cell
- Added ability to customize CellAlignment individually for each cell
- Updated example
- Updated readme files, added examples
- Updated readme files
- 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.
- Added demo image
- Added more informative description
- NEW: Initial Release.