Closed ghiscoding closed 10 months ago
cc @6pac
looking forward to this one. would make a great fit for the row based edit plugin to lock down the actions column in its place.
I'm good with this but the issue has always been that if you can't drag a column to a place in the column list, you can drag another column to its left or right and eventually acheive the same thing. I don't care about that, but thought I should just point it out.
I know that point and it is mentioned in the PR, this feature is mostly helpful when you use plugin like checkbox selector (row selection) in which you want to keep the checkboxes column as the first column in the grid
filter
option which can be used to filter column header with a certain CSS class. When usingreorderable: false
on a column, SlickGrid will add configurable CSS class to the column header which will be filtered out by SortableJS hence locking the column from being reorderablereorderable
(defaults to true)unorderableColumnCssClass
(defaults to "unorderable")$alpine-header-unorderable-bg-color
(replace$
with--
for CSS var)⚠️ Warnings
I did add and set
reorderable: false
to the following 3 plugins, they can all be overriden when instantiating the plugin via their respective options