ColumnResizeDetail
Column resize event detail containing final pixel width.
Example
Section titled “Example”grid.on('column-resize', ({ field, width }) => { console.log(`Column ${field} resized to ${width}px`);
// Persist to user preferences saveColumnWidth(field, width);});Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
field | string | Resized column field key. |
width | number | New width in pixels. |
See Also
Section titled “See Also”ColumnStatefor persisting column stateResizeControllerfor resize implementation
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt