HI Team,
We have a requirement that we should be able to hide/disable add row button for dynamic matrix depending on few role based conditions?
Is there any way to achieve it?
is there any similar event onMatrixAllowRemoveRow for remove add row button?
Codesurvey.onMatrixAllowRemoveRow.add((sender, options) => {
console.log(options.question.name)
options.allow = //true/false;
});