The grid (core) ยท console.warn
print refused: {rows} rows exceeds the ceiling of {max}. Export to Excel or CSV instead
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › print/too-many-rows
- Identifier
print/too-many-rows- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
Printing lays out every row at once, so a large grid would build a document big enough to hang the tab. The print is refused and { printed: false, reason: 'row-ceiling' } returned; nothing is sent to the printer.
The fix
Filter the grid down, raise maxRows deliberately if you accept the cost, or export to Excel or CSV.
Reference
Covered in full at the API reference.