datatable
datatable copied to clipboard
How to disable dragging column?
I'd like disable dragging column in the datatable. Could not see any way around.
You can set disableReorderColumn new DataTable(element, { disableReorderColumn: true, .... })