August 2013
Intermediate to advanced
364 pages
7h 35m
English
Let's say we have a report that is going to go over multiple pages when viewed online (HTML). Instead of users clicking on Page Down each time, we want to show all rows on one page so that users can simply scroll down.
However, when they scroll down, we want to keep the Column Titles frozen on top so the report can be easily read.
Create a simple list report with some data items such that it will produce a long-list report.
In this recipe we will see how to freeze the header of a list table by creating a specific style for this and applying it into the list headers. To do this, perform the following steps:
Read now
Unlock full access