Tables split over pages in printout
When printing out hardcopy or PDF of my document, tables will just cut at page end. It'd be nice to allow specification of one of the behaviors:
1) Do nothing (split table as it does today)
2) Page break to push table onto next page
3) Split table and reprint headers on next page
Any chance of getting support for that?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 30 Jul, 2013 10:19 PM
1. yes :)
2. You can do this with custom CSS as needed. table { page-break-before: always }, etc.
3. Not possible. This isn't structured data, Marked (nor any Markdown tool) has knowledge of the headers after it passes them in rendering. You'd have to do it with scripting, and pagination is impossible to predict in web views (it changes drastically depending on the theme and communication doesn't allow calculation based on page size as there's little size correlation between a web page and a printed sheet.)
2 Posted by Brian Long on 30 Jul, 2013 10:24 PM
#2 -- good to know. Thanks for the fast response!
Brett closed this discussion on 14 Aug, 2013 01:11 AM.