Skip to content

API Reference / @gtkx/components / ColumnDefDeclarativeProps

Type Alias: ColumnDefDeclarativeProps<T>

ColumnDefDeclarativeProps<T> = object

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

Type Parameters

T

T = unknown

Properties

expand?

optional expand?: boolean

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


fixedWidth?

optional fixedWidth?: number

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


headerMenu?

optional headerMenu?: ReactNode

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


id

id: string

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


renderCell

renderCell: (props) => ReactNode

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

Parameters

props

RenderItemProps<T>

Returns

ReactNode


resizable?

optional resizable?: boolean

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


sortable?

optional sortable?: boolean

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


title

title: string

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


visible?

optional visible?: boolean

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

Released under the MPL-2.0 License.