API Reference / @gtkx/components / index / ColumnViewProps
Type Alias: ColumnViewProps<T, S>
ColumnViewProps<
T,S> =Omit<GtkColumnViewProps,"columns"|"model"|"headerFactory"| keyofColumnViewOwnProps<T,S>> &ColumnViewOwnProps<T,S>
Defined in: types.d.ts:94
Props for ColumnView. Combines the underlying Gtk.ColumnView props with declarative collection props: flat items or grouped sections, controlled selection and expansion, sorting (sortColumn, sortOrder, onSortChanged), an optional section header renderer, and the columns to render.
Type Parameters
T
T = unknown
S
S = unknown