adaburrows / table-web-component

A flexible table web component written using Lit.
Apache License 2.0
3 stars 0 forks source link

Sorting should use localization to ensure correct lexical order. #3

Open adaburrows opened 1 year ago

adaburrows commented 1 year ago

Use Intl.Collator for lexical sorting. Allow passing in a locale.

Also see: