Skip to content

API Reference / @gtkx/components / ColumnView

Variable: ColumnView

const ColumnView: <T, S>(props) => ReactNode

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

Renders a Gtk.ColumnView: a multi-column, scrollable list backed by a collection model. Columns are declared through the columns prop, each a ColumnDef.

Type Parameters

T

T = unknown

S

S = unknown

Parameters

props

ColumnViewProps<T, S>

Returns

ReactNode

Released under the MPL-2.0 License.