Search code examples
javascriptreactjsjspdfdocumentation-generation

I want to generate this table on a PDF. Any suggestions on what library to use?


This is the table:

enter image description here

This is where the table comes from. I have also checked react-pdf but table generation is not yet implemented and it is a huge pain to create this using plain CSS.


Solution

  • You can try using the inbuilt JavaScript table or export the bootstrap data table and modify it. It should be really useful since you can control the view there. If you're looking for a library then maybe this existing question might be helpful. Export to PDF in React-Table