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.
10
10
## Added
11
11
12
12
- Deployed online documentation: https://flet-dev.github.io/flet-datatable2/
13
- - New enums:
14
- - ` DataColumnSize `
13
+ - New enums: ` DataColumnSize `
15
14
16
15
### Changed
17
16
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.
19
18
- 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 `
23
22
24
23
## [ 0.1.0] - 2025-03-16
25
24
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Issues = "https://github.com/flet-dev/flet-datatable2/issues"
22
22
[dependency-groups ]
23
23
dev = [
24
24
" pre-commit>=4.2.0" ,
25
+ " ruff>=0.11.7" ,
25
26
]
26
27
docs = [
27
28
" mkdocs" ,
Original file line number Diff line number Diff line change 12
12
@ft .control ("DataTable2" )
13
13
class DataTable2 (ft .DataTable ):
14
14
"""
15
- Extends [DataTable](https://flet.dev/docs/controls/datatable).
15
+ Extends [` DataTable` ](https://flet.dev/docs/controls/datatable).
16
16
17
17
Provides sticky header row, scrollable data rows,
18
18
and additional layout flexibility with [`DataColumn2`][(p).]
You can’t perform that action at this time.
0 commit comments