This topic is locked

jQuery fixedtableheader

3/1/2012 2:57:39 PM
PHPRunner General questions
G
gluckett author

fixedtableheader at http://www.mustafaozcan.net/en/page/jQuery-Fixed-Table-Header-Plugin.aspx
is really cool, but I can't seem to roll it out for the LIST page.
I would love to freeze the TH tags so when the user scrolls down a long list the column heading stick.
Any hints?

Sergey Kornilov admin 3/1/2012

I added plugin reference and pasted the following code to List page: Javascript OnLoad event:

$(".runner-c-grid").fixedtableheader();


It sort of working, though header loses the background and it doesn't look well.

G
gluckett author 5/1/2012

I noticed the Scrolling Header in PHPRunner 6.1 - how do you increase the height of the scrolling window?