bevry / staticsitegenerators-website

Website containing the complete listing of static site generators
https://staticsitegenerators.net
Other
364 stars 29 forks source link

Make the table header float while user scrolls within the table #15

Closed mkoryak closed 10 years ago

mkoryak commented 10 years ago

I had to make a modification to the tablesorter plugin your site uses because it didnt cache the header cells and thus did not work with floatThead

The updated version is now included in the source. I opened a pull request to the plugin's author to include my changes: https://github.com/kylefox/jquery-tablesort/pull/11

balupton commented 10 years ago

That's awesome! Thanks for that. Pushing it up now :)

mkoryak commented 10 years ago

bah, just noticed that the 1st column's text has a popup that it going under the floated header. You should bump the zindex on it.

balupton commented 10 years ago

Would you be so kind to send a pull request? I'm swamped with stuff right now.

mkoryak commented 10 years ago

FYI, the tablesort author does not have time to ever merge my pull request, so you are stuck with that patched version