dmk99 / react-pdf-table

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

Support variables in TableCell #44

Open r-bt opened 2 years ago

r-bt commented 2 years ago

Thanks for the library.

Currently using variables in children of <TableCell> results in an error (node.style is not defined) e.g.

<TableCell>{variable}</TableCell>

This should fix that