vtable 0.4.0
vtable: ^0.4.0 copied to clipboard
A Flutter table widget featuring virtualization, sorting, and custom cell rendering.
0.4.0 #
- Add a
showHeadersparameter toVTable. - Add a
showToolbarparameter toVTable. - Improve the display of the table in dark themes.
0.3.1 #
- Use the
Theme.dividerColorcolor to separate rows.
0.3.0 #
- Make the row height configurable; add a
VTable.rowHeightparameter.
0.2.0 #
- Add a
includeCopyToClipboardActionflag. - Add dartdocs.
0.1.1 #
- Update markdown badges for the first publish.
0.1.0 #
- Initial release.