I have to display data that has about 40 columns for employees. Even in landscape the data cannot be contained in a single page. So for ten employees I will get 3 pages that contains all 40 columns. The first page is fine because I can see the names of the employees.
The problem is the second and third pages. The data on those pages continues where the previous page ended. Even if the data continues, I want the names of the employees to still be displayed on the second and third page.
Can this be achieved and how?
The problem is the second and third pages. The data on those pages continues where the previous page ended. Even if the data continues, I want the names of the employees to still be displayed on the second and third page.
Can this be achieved and how?