We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T20970 - Add visibility condition for matrixdynamic detail panel https://surveyjs.answerdesk.io/internal/ticket/details/T20970
The Show/Hide detail button may be unnecessary when the detail section is empty and contains no visible elements.
{ "pages": [ { "name": "page1", "elements": [ { "type": "matrixdynamic", "name": "question1", "columns": [ { "name": "Column 1" }, { "name": "showDetailFields", "cellType": "boolean", "defaultValueExpression": "true" } ], "detailElements": [ { "type": "text", "name": "question2", "visibleIf": "{row.showDetailFields} = true" } ], "detailPanelMode": "underRow", "choices": [ 1, 2, 3, 4, 5 ] } ] } ] }
The text was updated successfully, but these errors were encountered:
andrewtelnov
No branches or pull requests
T20970 - Add visibility condition for matrixdynamic detail panel
https://surveyjs.answerdesk.io/internal/ticket/details/T20970
The Show/Hide detail button may be unnecessary when the detail section is empty and contains no visible elements.
The text was updated successfully, but these errors were encountered: