Mottie/tablesorter

bootstrap demo

thezoggy opened this issue · 9 comments

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.

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 table-striped class name is added to the table so Bootstrap takes care of the striping via css.

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter background-color property is the culprit for the badly styled inputs on firefox.

Hey @thezoggy!

What do I need to do to fix it?

Edit: Derp.. background-color... I just needed to read, and some caffeine ;)