Skip to content

Commit 23cb95d

Browse files
authored
move heading_row_alignment to Column (#399)
1 parent c8b6be6 commit 23cb95d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/controls/datatable.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ The background gradient for the table.
179179

180180
Value is of type [`Gradient`](/docs/reference/types/gradient).
181181

182-
### `heading_row_alignment`
183-
184-
The alignment of the heading row.
185-
186-
Value is of type [`MainAxisAlignment`](/docs/reference/types/mainaxisalignment).
187-
188182
### `heading_row_color`
189183

190184
The background [color](/docs/reference/colors) for the heading row.
@@ -269,6 +263,12 @@ Column configuration for a `DataTable`.
269263

270264
One column configuration must be provided for each column to display in the table.
271265

266+
### `heading_row_alignment`
267+
268+
Defines the horizontal layout of the label and sort indicator in the heading row.
269+
270+
Value is of type [`MainAxisAlignment`](/docs/reference/types/mainaxisalignment).
271+
272272
### `label`
273273

274274
The column heading.

0 commit comments

Comments
 (0)