-
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
bootstrap demo #425
Comments
both reset filter and zebra buttons do not work in safari. sort doesn't use col colouring (not sure if it should just reporting what I see) |
reset filter and zebra buttons work fine for me in firefox 25.0.1 on Win7. what version of safari you using and what os ? |
latest of 10.8 branch, I haven't switched to 10.9 just yet. I'll see if I can check my error log I just wanted to log what I saw so you knew. |
for filters that was my bad, it does reset I haven't had much sleep I thought the filter reset would reset the sort which obviously it shouldn't ;) As for the zebra, when I click it, it changes to disabled but I still see the zebra. No errors in the console for it. |
the zebra button only resets the zebra striping. so if you filter for example off the Major (type in lan).. and it messes up the zebra order.. if you click the button it resets the zebra striping. if you just click the button.. its not going to be apparent on what it does. |
oh why make it toggle to disabled then? why not just call it Zebra Reset? :D |
It enables or disables the zebra widget. When the widget is disabled, the |
|
Hey @thezoggy! What do I need to do to fix it? Edit: Derp.. background-color... I just needed to read, and some caffeine ;) |
http://mottie.github.io/tablesorter/docs/example-widget-bootstrap-theme.html
demo is using bootstrap 3.0.0 not latest. thus it looks pretty ugly in firefox because of how it styles the input fields.
The text was updated successfully, but these errors were encountered: