When I try to reorder column, the datatable ends up being sorted on the reordered column

When I try to reorder column, the datatable ends up being sorted on the reordered column

macUser93macUser93 Posts: 1Questions: 1Answers: 0

Hey Allan,

There is this issue that when I reorder a column by drag and drop, dropping the column on the reordered column header element is causing the datatable to sort on the dropped column. I have faced this issue in Mozilla Firefox, while reordering works perfectly on Chrome

If I remove the scrollY and scrollX parameter, there is no such issue.

Here's a fiddle for this:
https://jsfiddle.net/yt1twxq4/

Is there a way to handle this issue?

Thanks

This discussion has been closed.