Our blazing fast Grid component built with pure JavaScript


Post by cliken »

I want to get the latest width data at the end of the drag-and-drop of the Grid column
But I couldn't find one such events
Drag event, the callback is the new width of the old width after the change of the column
Drag event, the callback is the new width of the old width after the change of the column
N}Z}GF28XXQ2ZSZ3OM[{}41.png (14.42 KiB) Viewed 1981 times
Similar to the following event
Preferably something like this,
Drag event, the callback is the new width of the old width after the change of the column
Drag event, the callback is the new width of the old width after the change of the column
N}Z}GF28XXQ2ZSZ3OM[{}41.png (14.42 KiB) Viewed 1981 times
I checked the Grid column API, but didn't find it

In addition, is there any Api for other languages

Post by mats »

You should listen to the 'change' event of this column store: https://bryntum.com/docs/grid/#Grid/view/GridBase#property-columns

For localization please see : https://bryntum.com/docs/grid/#guides/customization/localization.md

Post Reply