Skip to content

Interface: ColumnOptions

Defined in: src/helpers/virtualizedTable.ts:208

Properties

dataKey

ts
dataKey: string;

Defined in: src/helpers/virtualizedTable.ts:209


defaultSort?

ts
optional defaultSort: 1 | -1;

Defined in: src/helpers/virtualizedTable.ts:212


fixedWidth?

ts
optional fixedWidth: boolean;

Defined in: src/helpers/virtualizedTable.ts:215


flex?

ts
optional flex: number;

Defined in: src/helpers/virtualizedTable.ts:213


iconLabel?

ts
optional iconLabel: ReactElement<any, string | JSXElementConstructor<any>>;

Defined in: src/helpers/virtualizedTable.ts:211


ignoreInColumnPicker?

ts
optional ignoreInColumnPicker: boolean;

Defined in: src/helpers/virtualizedTable.ts:218


label

ts
label: string;

Defined in: src/helpers/virtualizedTable.ts:210


minWidth?

ts
optional minWidth: number;

Defined in: src/helpers/virtualizedTable.ts:217


staticWidth?

ts
optional staticWidth: boolean;

Defined in: src/helpers/virtualizedTable.ts:216


ts
optional submenu: boolean;

Defined in: src/helpers/virtualizedTable.ts:219


width?

ts
optional width: number;

Defined in: src/helpers/virtualizedTable.ts:214