vincjo / datatables

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

[Suggestion] Add 'locales' and 'options' optional parameters for localeCompare used in sortAsc/sortDesc #16

Closed mattpurlandncc closed 1 month ago

mattpurlandncc commented 1 year ago

Is there any change of getting these added? Seeing as they can be optional it shouldn't break compatibility.

Apologies, I'm short on time and can't really provide a PR

vincjo commented 1 year ago

I haven't found an elegant way to implement these parameters.

I'll have to take the sorting system back and improve it a bit