lazy_data_table_plus 1.0.0
lazy_data_table_plus: ^1.0.0 copied to clipboard
A Flutter data table with (optional) sticky row and/or column headers that loads the contents lazily.
1.0.0 #
- Support null safety
0.2.1 #
- Forgot to update docs!
0.2.0 #
This release brings lazy_data_table_plus on-par with lazy_data_table after several fixes from the author!
- Updated docs to new dependency.
- Fix Scroll issue (Fixed by Naomi on lazy_data_table)
- Change TableDimensions to LazyDataTableDimensions (Chnaged by Naomi on lazy_data_table)
0.1.6 #
- Fixed bug that stopped themeing from happening.
0.1.5 #
- Fixed bug that caused headers to scroll separately.
- Expanded example.
0.1.4 #
- Changed NotificationListener to GestureDetector.
- This allows for the ability to scroll in both directions at the same time.(diagonally)
0.1.3 #
- Added DataTableDimensions, which holds information about the dimensions of the table.
- Added DataTableTheme, which holds information about the colors and borders of the table.
- Added example gif to the README.
0.1.2 #
- Updated synchronized ScrollController to be more efficient.
0.1.1 #
- Column and row headers are now optional.
0.0.1 #
- Initial release