0
votes

In ag-grid, we have 'onGridSizeChanged' events which is calling when we resizing the window. But it's calling many time while resizing the window. I want to perform an action only after resizing end.

Do we have any events to use on resizing end?

If not, please guide me how to perform action after resizing end in ag-grid?

Thanks.

1

1 Answers

0
votes

Have you tried below?

columnResized

It's in the 'Columns' section here:

https://www.ag-grid.com/javascript-grid-events/