Column drag and drop reordering works properly when "order" property has been set for each column. Demo with column reordering via input value has a similar behavior (column with undefined order are to the left of columns with set order), so it should be expected.
I added some minimalistic on-drag column header styling, but in future some css mixins can be added.
Works only for desktop.
Column drag and drop reordering works properly when "order" property has been set for each column. Demo with column reordering via input value has a similar behavior (column with undefined order are to the left of columns with set order), so it should be expected. I added some minimalistic on-drag column header styling, but in future some css mixins can be added. Works only for desktop.
This change is