Skip to content

API Reference / @gtkx/components / index / ColumnView

Function: ColumnView()

ColumnView<T, S>(props): ReactNode

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

Renders a Gtk.ColumnView from declarative items or sections and a columns array, with controlled selection, expansion, and sorting, per-column header menus, and section header rendering.

Type Parameters

T

T = unknown

S

S = unknown

Parameters

props

ColumnViewProps<T, S>

Returns

ReactNode

Released under the MPL-2.0 License.