dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

Map Data #18

Closed juandavidlasso closed 4 years ago

juandavidlasso commented 4 years ago

How can I map data, I have this code but in the pdf it only shows me the header and not the data:

Suerte Área Variedad {datos.map(c => ( {c.suerte} {c.area} {c.variedad} ))}