I have a list with a huge amount of data. I would like the header row (with the titles of the columns) and the first X columns (the number varies depending on the list view) to remain frozen while the user scrolls through the content. I know that Datasheet View freezes the header row, but I need the Standard View to do so. I know that I can accomplish this with a standard table in a standard HTML page using the code from http://fixedheadertable.com/.
So, now I am trying to determine how to integrate that code with my list. I figure I can add the jQuery via a reference in my Master page (I have found a few references on how to do that). But, I'm not still not sure of the steps.
More significantly, I have muliptle views of my list. I know that I can modify the code of each view's aspx page in SPD. Since each view is different, I figure that I must add view-specific code to each view's aspx page. But how? where?
I am sure that I am over-complicating things, but I just don't see how to get from http://fixedheadertable.com/ to making it work in SharePoint.
Thanks very much for your help!!