surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.12k stars 803 forks source link

Display mode of survey results #2340

Open fengzhihenxs opened 4 years ago

fengzhihenxs commented 4 years ago

Hi, is there a built-in method for using the survey library to use the survey results as a table? image

tsv2013 commented 4 years ago

Unfortunately no. But if you are using survey-knockout probably you can use this component - https://github.com/surveyjs/survey-creator/blob/master/src/components/results.ts

fengzhihenxs commented 4 years ago

@tsv2013 Okay thank you. There is another question, whether there is a way to capture when the skip type trigger is executed. I have a need to do something after skip.

tsv2013 commented 4 years ago

At this moment SurveyJS don't have trigger execution indicators (events or something similar). We'll discuss it with the team.

fengzhihenxs commented 4 years ago

Ok. I am very excited