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
thank you for your feedback.
So first you don't need to include both javascript files jstable.min.js and jstable.es5.min.js. Only one file is needed. If you support current browsers you can just use the jstable.min.js. The file jstable.es5.min.js is only needed for compatibility with browsers that don't support current ES6 features.
I checked your example (and everything is used correct) and apparently there is indeed a problem with mixed data in some browsers, Chrome for example is working fine but Firefox has the issue which you described.
I will try to fix this as soon as possible.
Hi,
i really appreciate your javascript.
i have a table with a column which has numbers and - the String "N/A" if i got no data.
The sorting seems to "break":
so it starts sorting, until it seems to hit a "N/A" and then start again sorting.
can this be fixed (or have i used this js wrong?)
Thanks
Best regards
The text was updated successfully, but these errors were encountered: