The Column interface represents a column in the table.

Hierarchy

Properties

dateFormat?: string

The date format of the column (optional).

disableFilter?: boolean

Flag indicating if filtering is disabled for the column (optional).

disableSort?: boolean

Flag indicating if sorting is disabled for the column (optional).

label: string

The label of the column.

property: string

The property of the column.

Generated using TypeDoc