Skip to content

Commit 2af2631

Browse files
committed
last updates
1 parent 8ae3ce1 commit 2af2631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/flet_datatable2/datatable2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class DataTable2(ft.DataTable):
2020
2121
Note:
2222
`DataTable2` doesn't support
23-
[`flet.DataTable.data_row_min_height`][flet.DataTable.data_row_min_height]
24-
and [`flet.DataTable.data_row_max_height`][flet.DataTable.data_row_max_height]
25-
properties present in the parent [`flet.DataTable`][flet.DataTable].
23+
[`DataTable.data_row_min_height`][flet.DataTable.data_row_min_height]
24+
and [`DataTable.data_row_max_height`][flet.DataTable.data_row_max_height]
25+
properties present in the parent [`DataTable`][flet.DataTable].
2626
Use [`data_row_height`][(c).] instead.
2727
"""
2828

0 commit comments

Comments
 (0)