Type Alias: ColumnViewRootProps<C>
ColumnViewRootProps<
C> =object
Defined in: jsx.ts:148
Props for the root ColumnView component.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
C extends string | string | String literal type for column IDs |
Properties
estimatedRowHeight?
optionalestimatedRowHeight:number
Defined in: jsx.ts:156
Estimated row height in pixels for proper virtualization before content loads
onSortChanged()?
optionalonSortChanged: (column,order) =>void
Defined in: jsx.ts:154
Callback when sort changes
Parameters
| Parameter | Type |
|---|---|
column | C | null |
order | Gtk.SortType |
Returns
void
sortColumn?
optionalsortColumn:C|null
Defined in: jsx.ts:150
Currently sorted column ID, or null for no sorting
sortOrder?
optionalsortOrder:Gtk.SortType
Defined in: jsx.ts:152
Sort direction (ascending or descending)