Skip to content

API Reference / @gtkx/components / ColumnViewProps

Type Alias: ColumnViewProps<T, S>

ColumnViewProps<T, S> = Omit<GtkColumnViewProps, "columns" | "model" | "headerFactory" | keyof ColumnViewDeclarativeProps<T, S>> & ColumnViewDeclarativeProps<T, S>

Defined in: column-view.d.ts:26

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

Released under the MPL-2.0 License.