Closed JaneSjs closed 1 month ago
T20129 - Matrixdynamic properties rowCount/minRowCount don't work properly together https://surveyjs.answerdesk.io/internal/ticket/details/T20129
A matrix is expected to display 2 rows corresponding to the number of rowCount. However, it shows only one row.
rowCount
{ "logoPosition": "right", "pages": [ { "name": "page1", "elements": [ { "type": "matrixdynamic", "name": "question1", "columns": [ { "name": "Column 1" }, { "name": "Column 2" }, { "name": "Column 3" } ], "choices": [ 1, 2, 3, 4, 5 ], "minRowCount": 1 } ] } ] }
T20129 - Matrixdynamic properties rowCount/minRowCount don't work properly together https://surveyjs.answerdesk.io/internal/ticket/details/T20129
A matrix is expected to display 2 rows corresponding to the number of
rowCount
. However, it shows only one row.