-
Notifications
You must be signed in to change notification settings - Fork 1.2k
How to set a table row to repeated as header? #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ssuzen
|
Thank you. This works just fine. I appreciate it. |
Hi, could you provide a small example of how you would implement that function? When and where would you call it when you create the table? Thanks! |
@pierreluc-plt If you have a table, you can call |
Just cross-posting the required import statements for this from here:
|
Hi, |
A simple example that creates a document with just a table and its header repeated in both pages:
|
Hi All! |
did it as While loop
|
Isn't that just the same as: set_repeat_table_header(table.rows[0])
set_repeat_table_header(table.rows[1]) ? |
Yeah! |
In any case, in python we write |
Oh! |
I set double line bottom on header row, but on the next page a single line header bottom remains... |
Thank you. This works |
Hi, I am having trouble with the code above and it isn't working for me. My table is inside another table to adhere to a template to give it a name and caption. Would this be the cause of the problem? |
hye can any one suggest me why it not working in angular project? |
hye buddies can any one help me in ngular TS |
I am trying to enable "Repeat Header Rows" for a table row
The text was updated successfully, but these errors were encountered: