@gtkx/react / GtkColumnView
Variable: GtkColumnView
constGtkColumnView: typeofGtkColumnViewBase&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
| Name | Type | Defined in |
|---|---|---|
Column() | <T>(props) => ReactNode | packages/react/src/components/list.tsx:105 |
MenuItem() | (props) => ReactNode | packages/react/src/components/list.tsx:106 |
MenuSection() | (props) => ReactNode | packages/react/src/components/list.tsx:107 |
MenuSubmenu() | (props) => ReactNode | packages/react/src/components/list.tsx:108 |