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

feat(parser/renderer): support 'header' and 'footer' options in tables #862

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Nov 21, 2021

Supports the shorthand (%header%footer) syntax and the explicit
one (options="header,footer")

also, fixes a bug in column settings when multiplier is used

Fixes #861

Signed-off-by: Xavier Coulon [email protected]

Supports the shorthand (`%header%footer`) syntax and the explicit
one (`options="header,footer"`)

also, fixes a bug in column settings when multiplier is used

Fixes bytesparadise#861

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Nov 21, 2021

Codecov Report

Merging #862 (b9be75c) into master (efe9f73) will decrease coverage by 0.01%.
The diff coverage is 81.81%.

@@            Coverage Diff             @@
##           master     #862      +/-   ##
==========================================
- Coverage   80.16%   80.15%   -0.02%     
==========================================
  Files          85       85              
  Lines        6499     6535      +36     
==========================================
+ Hits         5210     5238      +28     
- Misses        806      811       +5     
- Partials      483      486       +3     

@xcoulon xcoulon merged commit f1156b7 into bytesparadise:master Nov 21, 2021
@xcoulon xcoulon deleted the Issue861_table_options_header_footer branch November 21, 2021 15:13
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.

Support the header and footer options in tables
1 participant