-
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
Issue with bootstrap and tablesorter zebra #111
Comments
well there is a boostrap support in an unreleased version of tablesorter.. but just at quick glance your classes for the table is incorrect for bootstrap v2. as you need 'table table-border table-striped' and as of 2.1.0 table-hover bootstrap uses nth-child(odd/even) to do its zebra striping.. which you could just use instead of the zebra widget (if you dont use filter/hide rows) to use the zerba, the widgets js is not needed as its built into the core js. but to use the pager addon you need to include it's js and css. |
found this tonight while browsing, http://bootstrap.stage42.net/doc/tables notice the bottom example does tablesorter (old version) with bs. |
Actually that is DataTables =/ |
I have bootstrap v1.4... so maybe thats causing the issue. |
At the movies seeing batman. Will be online at 830pm (work). Talk to ya then |
ok at work, mottie if you wanna jump on irc |
Bootstrap themes can now be added using the |
see a few issues.. mainly just cosmetic stuff. |
@thezoggy I'll have to get back with you on Sunday, if you're around, or Monday about what changes you mean... I really should just add you as a contributor ;) |
no worries, just hollar at me then. ive been busy myself lately :) |
Hmm LOL yeah I think that's just an issue with that demo. The "table-striped" class isn't being removed when the zebra widget is enabled. I'll fix it soon. |
:-) |
If I have this table
and I apply table sorter paging like this:
then the sorting doesn't work (you can click it, but it doesn't actually sort). Removing
seems to work though. I am currently loading only pager and tablesorter. Is the widgets file required for this?
The text was updated successfully, but these errors were encountered: