Is there a way to restrict column reorder?
In general we would like users to reorder the column as they see fit for preference. However, there are some scenarios where it becomes problematic to allow it. Even it we disable a column for reorder, if other columns are reorderable it can still move columns which have it disabled.
I'll give you a few examples of where restricting the reorder is helpful - columns meant for outside edge.
- "Select" column is set to be 1st column in the grid. It doesn't have reorder enabled, so a user can't move it directly. However, other columns which are reorderable can be moved in front of the "Select" column making it 2,3,4th or whatever. It would be great to prevent this to say the select is not reorderable it should remain 1st (reorder to in front of it off-limits).
- This would also be true for an action column that we made sticky on the far right side (last). Its not reorderable and should remain last.