frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
992 stars 160 forks source link

How to disable dragging column? #170

Open hizbul25 opened 1 year ago

hizbul25 commented 1 year ago

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

sjkp commented 6 months ago

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