Repeating rows
Example that explains how to meet the very specific requirement explained in the following question: How to repeat the last 5 rows of a table on the next page?
headerrowrepeated
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/tables/HeaderRowRepeated.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/HeaderRowRepeated.cs##
repeatlastrows
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/tables/RepeatLastRows.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/RepeatLastRows.cs##
repeatlastrows2
##GITHUB:https://github.com/itext/i7js-examples/blob/develop/src/main/java/com/itextpdf/samples/sandbox/tables/RepeatLastRows2.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/RepeatLastRows2.cs##