Dynamically show and hide columns

I have a different use case for which I would like this feature.
We have a question form with >60 questions. Most of users need to answer only some of the questions, which depends on their answers. So, conditional logic in a survey.

If we could somehow listen to answers on submit, and then dynamically create a new view of the same table with dynamically hidden/shown questions/columns, we could implement this use case.

2 Likes