Is it possible to have column header in more than 1 page? For now, I'm getting the header only on the first page. Is it possible to get the table header on every page?
+------+------+------+------+------+
| col1 | col2 | col3 | col4 | col5 |
+------+------+------+------+------+
| | | | | |
------------------------------------
Page 1 of 10 pages
+------+------+------+------+------+
| col1 | col2 | col3 | col4 | col5 |
+------+------+------+------+------+
| | | | | |
------------------------------------
Page 2 of 10 pages
Thanks for helping