Draggable headers

In template:

Example

Working perfect with resize resizing columns

If you are using custom templates:

add allow-drag attribute to draggable header

Name Eye color Age Balance Company Favorite Fruit
{{::item.name}}
{{::item.eyeColor}}
{{::item.age}} {{::item.balance}} {{::item.balance}} {{::item.favoriteFruit}}

In template: