0

Dealing with an AG Grid in React typescript app and I need a way to implement print functionality where AG Grid Header will be printed on every print page, because table has a lot of data and it is printed on several print pages. With DOMLayout I got page-break-inside: avoid but I need something like display: table-header-group for my header. I tried solution with transform AG Grid to standard table (table,thead,tbody,tr... tags) with javascript code, but I did not success because of DOM complexity of AG Grid.

If you have code for transforming AG Grid to standard table it could help me too.

Solution that convert AG Grid to PDF can not help me, because on the page in React app I have several tables and they need to be printed together one after the other continuously.

Example of AG-Grid DOM which needs to be transformed to table tag: https://www.ag-grid.com/examples/printing/for-print-complex/packages/vanilla/index.html

0 Answers0