You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would think the responsibility of the data to be appropriately formatted is outside of the scope of the sorting library. Should the library really sanitize all of the inputs?
Whitespace around dates breaks sorting in Firefox, but is fine under Chrome:
https://jsfiddle.net/markhobson/4qmhgzwe/6/
A cursory glance indicates that
new Date(date)
in tablesort.date.js is not cross-browser compatible:Firefox:
Chrome:
The text was updated successfully, but these errors were encountered: