mahop_data_table 1.0.1 mahop_data_table: ^1.0.1 copied to clipboard
Flutter Widget to display a DataTable, ListView, TreeView (Pro), TreeListView (Pro), with many options, editing, advanced drag and drop support and much more.
1.0.1 #
- Published: 29. November 2024
- Corrected a mistake in the readme.md file
1.0.0.0 #
- Published: 29. November 2024
- This is the first release version
- Fixed some bugs
- Added themeDark as a parameter
- Enhanced the theme support and allow switching from light to dark on the fly (just change themeMode in MaterialApp like e.g. here: https://stackoverflow.com/a/67714404/2775645)
0.9.0-beta.1 #
- Published: 21. July 2024
- This is the first beta version
- Public API will not change very much any more
- Fixed a lot of bugs
- Fixed a lot of Bugs in Pro Version with TreeView
0.0.0-alpha.6 #
- Published: 26. June 2024
- Added optional hover effect for rows
- Applied a free BSD License to this library
- Separeated Pro Version Features
0.0.0-alpha.5 #
- Published: 14. June 2024
- Drag and Drop reorder works now for TreeView
- Fixed some bugs for drag and drop in TreeViews
- Advanced build in checks for drag drop in TreeViews like disallow drag of a parent into a child
- Extended the dragDropSettings by callback dropAllowed() to allow custom fine tuning
- Extended the documentations comments on some classes and their members
0.0.0-alpha.4 #
- Published: 30. May 2024
- Fixed some bugs for drag and drop over two item views
- Did some styling an code cleanup
- Added documentations comments
- Added the first version of TreeView with very basic drag and drop reorder support
0.0.0-alpha.3 #
- Published: 26. May 2024
- Fixed many bugs for drag and drop over two item views
- Added examples and enhanced examples
- Added more theming and localisation support
0.0.0-alpha.2 #
- Published: 5. May 2024
- Fixed some bugs for individual row height
- Added individual row height to the "One mio rows" sample
- Added selection modes and selection types to the settings
- Added some more samples in the samples project - see: https://flutterdemo.mahop.net/index.html
- Added documentation comments on public types - more to come
0.0.0-alpha.1 #
- Published: 28. April 2024
- Upload of first ALPHA version - Creating and testing for pub.dev
- This version is mainly to see how everything looks on pub.dev