Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - 2025-mm-dd#
Added#
- Deployed online documentation: https://flet-dev.github.io/flet-datatable2/
- New enums:
DataColumnSize
Changed#
- Refactored all controls to use
@flet.control
dataclass-style definition. - Additionally, they are now all based on their flet counterparts:
DataTable2
is now based onflet.DataTable
DataColumn2
is now based onflet.DataColumn
DataRow2
is now based onflet.DataRow
0.1.0 - 2025-03-16#
Initial release.