Who knows how to move the table header to the next page when generating a PDF?
<table> <thead> <!-- Вот всё, что в thead, и будет использоваться в качестве шапки таблицы на каждой странице --> <tr> <td>Столбец 1</td> <td>Столбец 2</td> </tr> </thead> <tbody> <tr> <td>Данные</td> <td>Данные</td> </tr> ... </tbody> </table>
Source: https://ru.stackoverflow.com/questions/439555/More articles:The impact of the alpha version on the promotion of the application in Google-playProblem with HTML & JS tableHow to open Persistent store Core Data in Terminal?After opening the activity, the listview is raisedWebView for AndroidWhat is the difference between variable declarations VARIABLE, DEFINE and DECLARE?How to add id to path in SVG map on Raphael?Testing Android apps as beta versionPreparing a file for import into Wolfram MathematicaUnable to connect to SQL Server database - C # MVCAll Articles