surveyjs / survey-analytics

Customizable JavaScript library to create interactive survey data dashboards and facilitate survey results analysis for your end-users.
https://surveyjs.io/dashboard/examples/plain-data
Other
99 stars 52 forks source link

Download data in PDF on a button click - Without displaying the Dashboard/Table visualizer #330

Closed JaneSjs closed 8 months ago

JaneSjs commented 1 year ago

T12820 - Exporting survey results without analytics Tabular UI. https://surveyjs.answerdesk.io/internal/ticket/details/T12820


Suggestion: Add an option to export Tabulator to PDF on a button click without displaying the Tabulator.

jburghardt commented 9 months ago

You cannot view this private ticket

JaneSjs commented 8 months ago

The SurveyJS Dashboard table visualizer uses the Tabulator component. The PDF export option is available as a part of the Tabulator widget: Tabulator allows you to download/export the table data as a file directly from your browser. Although you can create a button and use Tabulator API to download PDF results, unfortunately, Tabulator doesn't have an option to download results without displaying the table on the screen. So, you can display the dashboard table visualizer and allow users to download PDF; the download will contain the text values of all data currently visible in the table, matching the current column layout.