Skip to content

@gtkx/react / GtkColumnView

Variable: GtkColumnView

const GtkColumnView: typeof GtkColumnViewBase & object

Defined in: packages/react/src/components/list.tsx:104

Multi-column sortable list with React-managed cell rendering.

Wraps GtkColumnView with portal-based factories. Use the GtkColumnView.Column compound component to define columns, and the MenuItem / MenuSection / MenuSubmenu compounds for the column header context menu.

Type Declaration

NameTypeDefined in
Column()<T>(props) => ReactNodepackages/react/src/components/list.tsx:105
MenuItem()(props) => ReactNodepackages/react/src/components/list.tsx:106
MenuSection()(props) => ReactNodepackages/react/src/components/list.tsx:107
MenuSubmenu()(props) => ReactNodepackages/react/src/components/list.tsx:108