simonbengtsson / jsPDF-AutoTable

jsPDF plugin for generating PDF tables with javascript
https://simonbengtsson.github.io/jsPDF-AutoTable/
MIT License
2.33k stars 624 forks source link

jspdf Auto Table, can we break the if the lines are more than 10 #1043

Closed Nagaraj172004 closed 7 months ago

Nagaraj172004 commented 8 months ago

in jspdf autoTable , can we break the if the lines are more than 10 , let say if print lines in autoTable 10 lines one page fit , fine , if more than 10 lines it should move to the next page ,

i have tried rowpagebreak:'avoid', horizontalpagebreak: true , but its not works for me

can you please suggest how can i acheive this part .

thank you

github-actions[bot] commented 7 months ago

This issue will soon be closed since issues in this project are mainly meant to be bugs or feature requests. Questions are directed to stackoverflow.