Skip to content

API Reference / @gtkx/components / ColumnViewDeclarativeProps

Type Alias: ColumnViewDeclarativeProps<T, S>

ColumnViewDeclarativeProps<T, S> = ColumnViewSortProps & Omit<CollectionItemSizeProps, "estimatedItemWidth"> & ControlledSelectionProps & ControlledExpansionProps & object

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

Type Declaration

columns

columns: ColumnDef<T>[]

items?

optional items?: ItemNode<T>[]

renderHeader?

optional renderHeader?: ((info) => ReactNode) | null

sections?

optional sections?: SectionNode<S, T>[]

Type Parameters

T

T = unknown

S

S = unknown

Released under the MPL-2.0 License.