You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using autopaging while generating pptx file using PPTXGenjs library. I have more than 30 records to be aaded to table. I set autopage: true to parent slide along with width,height, X and Y co-ordinates for the table. Auto paging creating a new slide and adding remaining records there, but again in newly added slide records are overflowing and not respecing auto-paging there.
I am using autopaging while generating pptx file using PPTXGenjs library. I have more than 30 records to be aaded to table. I set autopage: true to parent slide along with width,height, X and Y co-ordinates for the table. Auto paging creating a new slide and adding remaining records there, but again in newly added slide records are overflowing and not respecing auto-paging there.
slide10.addTable(stakeHolderTable,{x:0.5,y:0.5,w:9,autoPage:true,autoPageRepeatHeader:true,newSlideStartY:0.5});
Skiiping remaining code. Kindly advise on this one.
The text was updated successfully, but these errors were encountered: