react-datatable icon indicating copy to clipboard operation
react-datatable copied to clipboard

Generated react-datatable values to pdf?

Open rizalamhadi opened this issue 3 years ago • 5 comments

how to generate values from table to pdf?

rizalamhadi avatar Nov 03 '20 21:11 rizalamhadi

To download your table as PDF you have enable PDF button table config as below:

this.config = { button: { excel: true, print: true, csv: true } }

in config inside button set print to true

ashvin27 avatar Nov 04 '20 07:11 ashvin27

@rizalamhadi is this helpful for you?

ashvin27 avatar Nov 11 '20 09:11 ashvin27

only excel can be downloaded, pdf and other not working.

rizalamhadi avatar Nov 11 '20 10:11 rizalamhadi

@rizalamhadi Which type of issue you are facing while generating PDF. Can you please share issue details or code snippet.

ashvin27 avatar Nov 12 '20 05:11 ashvin27

Which type of issue you are facing while generating PDF. Can you please share issue details or code snippet.

I can help Used: React: ^17.0.1 NodeJS: 14.15.4 LTS OS: Linux Fedora 33 Browser: Microsoft Edge Dev Branch (Chromium) Results: Print button shows new page but no results (automaticly closes)

Browser: Firefox 85.0 Results: Shows new page and opens print window (on linux)

Browser: Chromium Version 88.0.4324.96 (Developer Build) Fedora Project (64-bit) Results: Called print page

So it can be either edge or i don`t know

mkikets99 avatar Feb 08 '21 17:02 mkikets99