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
Situation:
I have table in first page, then second page i have 4 tables in one page (and can be n many pages.), then the rest of the pdf will have other table per page.
I cant get it working when using map(x=> { return (<View break><OwnTable data={x} /></View>)}) <View **break** > <TableRed /> </View>
After the "map". I cannot start and render a new page. It seems like it always render the single table after the "map" over the previous page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Situation:
I have table in first page, then second page i have 4 tables in one page (and can be n many pages.), then the rest of the pdf will have other table per page.
I cant get it working when using
map(x=> { return (<View break><OwnTable data={x} /></View>)}) <View **break** > <TableRed /> </View>
After the "map". I cannot start and render a new page. It seems like it always render the single table after the "map" over the previous page.
Help is very needed!
Beta Was this translation helpful? Give feedback.
All reactions