dasDaniel/svelte-table

Remove sorting on 3rd click?

Closed this issue · 1 comments

Z0lid commented

I think it is expected from the end user to be able to remove the sorting on the 3rd click on the sorted column. It is not a priority, but i'd be nice to have.
Any thoughts on this?

This feature is available by manually assigning sortOrders

sortOrders={[-1, 1, 0]}

see https://github.com/dasDaniel/svelte-table/blob/develop/example/Example3.svelte#L258