@kanunilabs/datagrid / PrintLayoutOptions
Interface: PrintLayoutOptions
Defined in: datagrid/src/createGrid.ts:170
Properties
always?
optionalalways?:boolean
Defined in: datagrid/src/createGrid.ts:172
Stay in print layout permanently — for a grid rendered INTO a report page.
maxRows?
optionalmaxRows?:number
Defined in: datagrid/src/createGrid.ts:176
Above this many rows the grid does NOT switch (default 5.000): print layout puts every row in the DOM, and past report sizes that is a frozen tab behind a dialog the user cannot cancel. Use exportPdf() there.