-
Notifications
You must be signed in to change notification settings - Fork 142
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
Support adding additional table headers #293
Commits on Nov 24, 2022
-
Change table headers to support multiple headers
Implements Feature Request from #272 Headers are now stored as an array and operations have been changed to work with it. Rendering the header has been deferred to row creation, which is not ideal and should be adjusted.
Configuration menu - View commit details
-
Copy full SHA for 89075bc - Browse repository at this point
Copy the full SHA 89075bcView commit details -
Update multiple-table-headers test
Multiple table headers are now allowed, but they cannot be mixed with table rows.
Configuration menu - View commit details
-
Copy full SHA for c2c62ed - Browse repository at this point
Copy the full SHA c2c62edView commit details -
Create unit test with multiple headers
May be exhibiting buggy behavior per #292.
Configuration menu - View commit details
-
Copy full SHA for b27118e - Browse repository at this point
Copy the full SHA b27118eView commit details
Commits on Nov 29, 2022
-
Ensure table headers are always rendered
Previously, header rendering was deferred until row creation. This is changed so tables can now be exclusively headers. Border behavior is also adjusted for header-only tables to ensure that bottom borders will be created for the last header row.
Configuration menu - View commit details
-
Copy full SHA for a376384 - Browse repository at this point
Copy the full SHA a376384View commit details -
Rename basic multiple headers test
Test related to issue #292. The test isn't good as a basic test, but is worth keeping around.
Configuration menu - View commit details
-
Copy full SHA for e8b3e60 - Browse repository at this point
Copy the full SHA e8b3e60View commit details -
Create tests for tables with only headers
Headers should render and have a bottom border if borders are included.
Configuration menu - View commit details
-
Copy full SHA for d10010b - Browse repository at this point
Copy the full SHA d10010bView commit details -
Fix for table header border indexing
Table header rows would skip an index when a table with exclusively headers is rendered.
Configuration menu - View commit details
-
Copy full SHA for 6163757 - Browse repository at this point
Copy the full SHA 6163757View commit details -
Create simple-multiple-headers.js
A simple test to showcase the use of multiple headers and how it looks spread out across multiple pages.
Configuration menu - View commit details
-
Copy full SHA for 976576a - Browse repository at this point
Copy the full SHA 976576aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36cbd1a - Browse repository at this point
Copy the full SHA 36cbd1aView commit details