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

Add row shader plugin #42

Merged
merged 2 commits into from
May 11, 2021
Merged

Add row shader plugin #42

merged 2 commits into from
May 11, 2021

Conversation

r-rayns
Copy link
Contributor

@r-rayns r-rayns commented Mar 27, 2021

The row shader plugin shades table rows with two alternating colours.
Config is:

  • shade1: first colour to shade the row with (default: #DAE6F2)
  • shade2: second colour to shade the alternating row with (default: #BACEE6)
  • textColor: text colour to revert to after shading (default: #000)
  • x: position where shading starts (default: 72)
  • width: width of the shading (default: 449)
  • offsetHeader: offset the header height if a header is drawn on each new page (default: false)

The row shader plugin shades table rows with two alternating colours.
Config is:
- shade1: first colour to shade the row with (default: #DAE6F2)
- shade2: second colour to shade the alternating row with (default: #BACEE6)
- textColor: text colour to revert to after shading (default: #000)
- x: position where shading starts (default: 72)
- width: width of the shading (default: 449)
- offsetHeader: offset the header height if a header is drawn on each new page (default: false)
@r-rayns r-rayns mentioned this pull request Mar 27, 2021
@tafel tafel merged commit e958a7a into voilab:master May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants