0

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.

  • *Seeking recommendations for books, tools, software libraries, and more This question is likely to lead to opinion-based answers.* – Jaromanda X Aug 14 '22 at 09:28

1 Answers1

0

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

Min Yoongi
  • 396
  • 5
  • 16