How to drag and drop column in angular 7?
How to drag and drop column in angular 7?

I am using datatable in angular and i want reorder column manually. is a way?
This discussion has been closed.
I am using datatable in angular and i want reorder column manually. is a way?
Answers
You can use
order()
.this method is for sorting and no related to drag and column
Please be more specific on your question to avoid confusion. Take a look at the colreorder extension, that should do what you want.