Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable dragging column? #170

Open
hizbul25 opened this issue Mar 9, 2023 · 1 comment
Open

How to disable dragging column? #170

hizbul25 opened this issue Mar 9, 2023 · 1 comment

Comments

@hizbul25
Copy link

hizbul25 commented Mar 9, 2023

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

@sjkp
Copy link

sjkp commented Jan 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants