enescang / react-pdf-table

Simple table generator for @react-pdf/renderer
https://www.npmjs.com/package/react-pdf-table
13 stars 3 forks source link

Can we pass multiple props to the text in TableCell component? #3

Open Tsung-Jen opened 1 year ago

Tsung-Jen commented 1 year ago

Hello, I would like to pass multiple props to the text attribute. Is it possible, and how to achieve it?

Example: I want to pass data.page9.hypersensibility and data.page9.valueOfHypersensibility and separate them with a colon (:) as props to the text attribute below.