Skip to content
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

Formatting applied to any header row applies to all on subsequent pages #1205

Open
jamessecor opened this issue Apr 22, 2021 · 0 comments
Open

Comments

@jamessecor
Copy link

I have a table with :header => 3. Within the before_rendering_page block, I have the following formatting:

page.row(0).borders = [:top, :right, :bottom, :left]
page.row(0).border_width = [3,1,1,1]

On the first page of the table, that formatting only applies to the very first row, but when the header rows are formatted on the second page, that formatting applies to all 3 rows. Is multi-row headers behaving as if one row intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant