How to prevent auto-sizing of ag-grid columns

35 Views Asked by At

I am using ag-grid with server-side row model. Column width is set calling ag-grid api explicitly. But when scrolling, as the grid loads more rows, the columns get resized on its own. How to prevent this? I want the grid not to auto-size columns on scrolling.

0

There are 0 best solutions below