ActionColumnSettings

Set of optional properties that define an Action Columns behaviour

TypeScript
export interface

Properties

PropertyDescriptionDefault
resizableWhether Column can be resized (by dragging column header edges)true
suppressMenuWhether no menu should be shown for this Column header.false
suppressMovableWhether if this Column should be movable via draggingfalse
widthPreferred width (in pixels) for Column; if unset, calculated dynamically by AG Grid

Property Details

resizable

Whether Column can be resized (by dragging column header edges)

TypeScript
resizable?: boolean;
Default Value

true

Property Value

boolean

suppressMenu

Whether no menu should be shown for this Column header.

TypeScript
suppressMenu?: boolean;
Default Value

false

Property Value

boolean

suppressMovable

Whether if this Column should be movable via dragging

TypeScript
suppressMovable?: boolean;
Default Value

false

Property Value

boolean

width

Preferred width (in pixels) for Column; if unset, calculated dynamically by AG Grid

TypeScript
width?: number;
Property Value

number