[Ticket cloned from T15560: Ability to customize column rendering when display survey answer list on table]
Hi team,
I'm using the Tabulator table to display survey result records (the tutorial link is Export Survey Results to a CSV File | Form Builder for React - SurveyJS). Does SurveyJS library support customizing the display of columns? For example:
- Customize the link of answers of the file question by using displaying custom link instead rendering base64 link (Suppose that file answer is stored as link to external file service instead of base64 text in JSON)
If the library does not have the built-in support, can we get the reference to the Tabulator instance to do the customization instead?
Thanks