datatable icon indicating copy to clipboard operation
datatable copied to clipboard

How to disable dragging column?

Open hizbul25 opened this issue 2 years ago • 1 comments

I'd like disable dragging column in the datatable. Could not see any way around.

hizbul25 avatar Mar 09 '23 12:03 hizbul25

You can set disableReorderColumn new DataTable(element, { disableReorderColumn: true, .... })

sjkp avatar Jan 15 '24 22:01 sjkp