vincjo / datatables

A toolkit for creating datatable components with Svelte
https://vincjo.fr/datatables
MIT License
372 stars 15 forks source link

Sort null last #3

Closed fridriks19 closed 1 year ago

fridriks19 commented 1 year ago

Can i sort/orderBy datatable with null values? it seems like it is not possible but i might be missing something here

vincjo commented 1 year ago

It was actually missing from the sort function. This is fixed in v0.9.97

Thx for reporting it