-
Notifications
You must be signed in to change notification settings - Fork 754
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
Columns only sort one way until it resets #408
Comments
I've got it sending an alert every time the URL changes. The function doesn't seem to be going off the first time you click it? |
Hmm, yeah I'll have to look into this... it looks like the sort parameters aren't being sent to the server. |
Awesome :) |
Have you had a chance to look into this? |
fyi bootstrap 3.0.2 is out |
Just updated, thanks :) |
Hey, @ShutteR9! Yeah, I finally found the problem. I'll try to update the repo later today. |
Amazing @Mottie , thank you so much :) |
This should be all fixed! Thanks for your patience :) |
I think the sorting is broken now :) Err it still goes one way only, but now it doesn't update the arrows. |
Seriously? ugh... It's "working" in this demo.... as stated in that demo, it is a client side demo so the sorting should occur server-side. But you can see the url update correctly. |
Maybe I have my parameters wrong. I'll check |
There are some javascript errors pertaining to a missing cookie script on the page. That could be the culprit. |
That has to do with the shopping cart - but I'll fix it and report back. |
Actually, it was my fault. I'm not going to tell you my mistake though :P Perfect update though! Thanks :D |
There is a special place in hell for people who do not explain their solutions @braseidon |
@dmarra dude you're about 5 years late XD, there's no way I can remember, sorry. |
I've got Tablesorter set up with the Pager and I'm loading the table data via JSON. The JSON is being populated by my MySQL database since there are way too many rows to sort at once (12k+ in the staging setup).
For some reason now after using JSON, the table will only sort one way until you click the header a third time and it resets. Then it'll sort the opposite way. I've checked my code multiple times and I can't see any issues with it - although I'm no JS pro.
URL to my table: http://www.domainsontap.com/domain-stock/
The text was updated successfully, but these errors were encountered: