This repository was archived by the owner on Dec 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010## Added
1111
1212- Deployed online documentation: https://flet-dev.github.io/flet-datatable2/
13- - New enums:
14- - ` DataColumnSize `
13+ - New enums: ` DataColumnSize `
1514
1615### Changed
1716
18- - Refactored ` DataTable2 ` , ` DataColumn2 ` and ` DataRow2 ` controls to use ` @flet.control ` dataclass-style definition.
17+ - Refactored all controls to use ` @flet.control ` dataclass-style definition.
1918- Additionally, they are now all based on their flet counterparts:
20- - ` DataTable2 ` is now based on ` flet.DataTable `
21- - ` DataColumn2 ` is now based on ` flet.DataColumn `
22- - ` DataRow2 ` is now based on ` flet.DataRow `
19+ - ` DataTable2 ` is now based on ` flet.DataTable `
20+ - ` DataColumn2 ` is now based on ` flet.DataColumn `
21+ - ` DataRow2 ` is now based on ` flet.DataRow `
2322
2423## [ 0.1.0] - 2025-03-16
2524
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Issues = "https://github.com/flet-dev/flet-datatable2/issues"
2222[dependency-groups ]
2323dev = [
2424 " pre-commit>=4.2.0" ,
25+ " ruff>=0.11.7" ,
2526]
2627docs = [
2728 " mkdocs" ,
Original file line number Diff line number Diff line change 1212@ft .control ("DataTable2" )
1313class DataTable2 (ft .DataTable ):
1414 """
15- Extends [DataTable](https://flet.dev/docs/controls/datatable).
15+ Extends [` DataTable` ](https://flet.dev/docs/controls/datatable).
1616
1717 Provides sticky header row, scrollable data rows,
1818 and additional layout flexibility with [`DataColumn2`][(p).]
You can’t perform that action at this time.
0 commit comments