Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 20b866b

Browse files
committed
remove heading_row_color
1 parent 8381b86 commit 20b866b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/flet_datatable2/datatable2.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,3 @@ class DataTable2(ft.DataTable):
131131
`DataTable.data_row_min_height` and `DataTable.data_row_max_height`.
132132
"""
133133

134-
heading_row_color: ft.ControlStateValue[ft.ColorValue] = None
135-
"""
136-
The background [color](https://flet.dev/docs/reference/colors) for the heading row.
137-
138-
The effective background color can be made to depend on the
139-
[`ControlState`](https://flet.dev/docs/reference/types/controlstate) state,
140-
i.e. if the row is pressed, hovered, focused when sorted. The color is
141-
painted as an overlay to the row.
142-
143-
To make sure that the row's InkWell is visible (when pressed, hovered and focused),
144-
it is recommended to use a translucent color.
145-
"""
146-

0 commit comments

Comments
 (0)