ActionColumnSettings
Set of optional properties that define an Action Columns behaviour
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| resizable | Whether Column can be resized (by dragging column header edges) | true |
| suppressMenu | Whether no menu should be shown for this Column header. | false |
| suppressMovable | Whether if this Column should be movable via dragging | false |
| width | Preferred 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