function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jucuzoglujucuzoglu 

How do I impliment a scrolling header in a pageBlockTable

I have a pageblocktable with results that require scrolling. I would like to fix the header (have it scroll) so the user can always see the matching header to the appropriate column.

 

Is there a setting to fix the header or another way to achieve this goal?

Rahul SharmaRahul Sharma

You cannot implement it using native visualforce tags.
There are various jQuery plugins available which would help you achieving this task.

Try: jGrid or flexigrid