I set forceFitColumns: false
to user can to set any columns width
gridOptions: {
forceFitColumns: false,
enableAutoSizeColumns: false
}
1.Set any columns width enter image description here
but if user would like to set ForceFitColumns, then grid fit to window. Next if i refresh grid, I can't see option to set forceFitColumns to true. I would like grid to remember that ForceFitColums option (maybe in Preset?)
- Click Force fit columns enter image description here
- Refresh grid enter image description here