Is there a way to prevent specific columns in SlickGrid from being reordered? I have tried looking for a solution but couldn't find one. Unlike the 'resizable' option, there doesn't seem to be an option for each column to allow or disallow reordering. Setting the flag below makes all columns reorderable:
var options = {
enableColumnReorder: true
};
If you know of any workaround or solution, please let me know. Thanks in advance!