Skip to content

Commit

Permalink
Mention columnLayout in allowRowsDragAndDrop description (fix #7161)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Oct 16, 2023
1 parent 8c9a0c0 commit a632ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/question_matrixdynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export class QuestionMatrixDynamicModel extends QuestionMatrixDropdownModelBase
return res;
}
/**
* Specifies whether users can drag and drop matrix rows to reorder them.
* Specifies whether users can drag and drop matrix rows to reorder them. Applies only if [`columnLayout`](#columnLayout) is `"horizontal"`.
*
* Default value: `false`
*/
Expand Down

0 comments on commit a632ea6

Please sign in to comment.