In Ag-grid, when you pin to many columns and there is no more room for horizontal scrolling, the library automatically unpins some columns to free up space.
Is there a way to disable this feature, as I want to implement have something custom?
The main problem is that it also unpins the columns that have lockPinned
set to true
.