Wiki print-as-PDF: Tables are missing or cut off
Summary
Tables in Wiki pages do not render properly when printing to PDF, making it difficult to share documentation that includes tabular data. This affects both standard markdown tables and GLQL embedded views.
Problem to Solve
When users print Wiki pages containing tables (using "Print as PDF" or browser print), the tables either:
- Don't appear at all in the print output
- Are cut off at page margins
- Lose their structure and formatting
- Display incorrectly with broken layouts
With GLQL and embedded views becoming more common in Wiki pages, users increasingly rely on tables to document data, metrics, and structured information. The inability to print these tables means:
- Documentation cannot be reliably shared offline
- Printed reference materials are incomplete
- Users must resort to screenshots or manual table recreation
Current Behavior
Testing on GitLab.com (using GDK locally confirmed similar behavior):
| Wiki page | PDF image from the Wiki page |
|---|---|
|
|
PDF resource:
When printing a Wiki page with tables:
- Standard markdown tables may not appear in print preview
- GLQL embedded view tables don't render
- Wide tables get truncated instead of adjusting to page width
- Table formatting (borders, cell padding) is lost or inconsistent
Expected Behavior
When printing Wiki pages with tables:
- Tables render in print output - all tables should be visible
- Table structure is preserved - headers, borders, cell content remain intact
- Tables fit page width - wide tables should scale or reflow to fit printed page
- Headers repeat on page breaks - for multi-page tables, headers should repeat
- GLQL embedded views print - embedded table content should render in print
Intended Users
- Parker (Product Manager): needs to print wiki documentation for stakeholder meetings
- Sasha (Software Developer): prints wiki pages as reference material
- Documentation teams: share printed wiki content for compliance or offline distribution
- Teams using GLQL: rely on embedded data views in wiki documentation
What Does Success Look Like?
Users can print Wiki pages with tables and receive professional, complete documentation suitable for offline sharing. Tables maintain their structure and are fully readable in the printed output.

