-
Hi there,
there seems to be an issue where stickyHeaders moves header 1px too much to left for Firefox, it looks OK in Chrome and Safari though.
The easiest solution I can think of would be to dete…
-
I'm trying to get the attachTo to work with the new stickyHeaders.
```
widgetOptions: {
cssStickyHeaders_attachTo: 'caption'
…
-
I have only been using JavaScript for just over a month so I apologize and thank you in advance for taking the time to read this.
http://mottie.github.io/tablesorter/docs/example-widget-savesort.htm…
-
That's quite easy to fix, I will provide a pull request in a moment.
-
`filter_formatter` elements do not work when combined with the `stickyHeaders` widget.
This is because the sticky header widget duplicates the elements in the header but not the scripting. It's a bit…
-
Thought I'd post it here I'm not saying it's written the best but I use it lots here.
here is how you init it
``` js
$('#table')
.tablesorter({
widgets: ['zebra', 'columns', 'stickyHeaders', …
-
Please, be aware that if you plan to start with an empty table to be filled with ajax, you could not get sticky filter row, because filter plugin won't initialize until table has some data but StickyH…
-
I keep getting this error when trying to implement on my wordpress theme. Is there a version of jquery that waypoints requires? I have tried everything, and both the normal waypoints and the sticky sh…
-
Hi,
i have this idea of implementing json data instead of table rows data. The server side returns directly json, table sorter uses it instead of building cache and parsing DOM. What do you think abou…
-
I have a table that is nested in a hierarchy of divs because of the complex layout of my web app. I'd like the table header to stick to the top of its parent div, and not the browser window.
PanzP updated
10 years ago