-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting not working on Firefox #7
Comments
I've debugged a bit why it is failing, and in fact not really working on other browsers either. The sorting relies on a
I'd submit a patch but it's just a one-liner. |
I have the same problem: Only one column that contains dates is sortable, all others with strings not. |
Uploaded. (Change extension to .js) I'll try to submit a pull request later. Please post here if it works or not thanks. |
Works like a charm, thanks! I may want to try a few things, may I ask you to point me in the right direction to learn how to build the project into a .js file? |
@gandy92 Unfortunately I haven't had time to dive in and learn this.. |
@arobert3434 Sorry for not being specific on my request. Obviously you know how to make the compact table-sortable.js from source. Which tools would I need to do that? If OS is relevant, I'm working with Linux. |
I don't. I just edited the raw minimized file. O-: |
Oh. I see. 8-/ Hats off! |
Firefox 68.5. The tableWillUpdate() function fires, and the column arrow icon will change, but nothing else. No errors on console. Meanwhile, on Chrome, same exact HTML page sorting works fine. Update in general seems OK on Firefox, since table 'searchField' works perfectly on both.
The text was updated successfully, but these errors were encountered: