DEV Community

Discussion on: Generating Pdf documents in React Using React-pdf

Collapse
 
lexiebkm profile image
Alexander B.K.

I have tried it yesterday. Seeing that the document used JSX, I thought it could contain HTML element. But I was disappointed, because it didn't support HTML element at all. My goal is to use HTML table in this react-pdf library, because my app deals with data records that will be displayed in tabular format, like in HTML table.
This means I still have to find my own way in order to display my data in tabular format, using only available features in this library : view, text and styles.

Collapse
 
airtonix profile image
Zenobius Jiricek

You'd have to do something around the use of the Text component and some awesome styling to implement your own table