Closed BorisVolkan closed 5 months ago
No, but it seems to be pretty easy to add:
Basically one needs to add TableHeaderr() to TableRowProperties, for every row to enable it, and remove it to disable.
But how do I know when page break occurs to enable it?
I mean you can just enable it on all tables? The Word will take care of it. If there's page break, it will use it, if there isn't - nothing will happen. In Word there's no way to tell on which page you are unless you basically implement what Word does as far as I am aware.
This feature should be very simple to add with minimal effort. We just need a PR.
Thank you
RepeatHeaderRowAtTheTopOfEachPage should be applied on FirstRow. (the header) not on a table level. Now it creates page break before table.
Now it is OK. Thank you.
Hi,
Does WordTable supports Repeat as header row at the top on each page feature?