We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae3ce1 commit 2af2631Copy full SHA for 2af2631
src/flet_datatable2/datatable2.py
@@ -20,9 +20,9 @@ class DataTable2(ft.DataTable):
20
21
Note:
22
`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].
+ [`DataTable.data_row_min_height`][flet.DataTable.data_row_min_height]
+ and [`DataTable.data_row_max_height`][flet.DataTable.data_row_max_height]
+ properties present in the parent [`DataTable`][flet.DataTable].
26
Use [`data_row_height`][(c).] instead.
27
"""
28
0 commit comments