LeeWannacott / table-sort-js

HTML table sorting with no dependencies.
https://cdn.jsdelivr.net/npm/table-sort-js@latest/table-sort.js
MIT License
73 stars 27 forks source link

Feature: Make numeric-sort handle numbers that have commas in them. #109

Closed LeeWannacott closed 1 year ago

LeeWannacott commented 1 year ago

Make sure this class also handles numbers with commas in them; the default doesn't handle this nor does numeric-sort class. https://kirka.lukeskywalk.com/pricelist.html

LeeWannacott commented 1 year ago

Done in PR: https://github.com/LeeWannacott/table-sort-js/pull/116