Home > Article > Backend Development > javascript - Handsontable How to make a certain row uneditable
$("#handtable").handsontable("setDataAtCell",i,5,'Add successfully');
What should I do if I click the button here to submit the line that meets the requirements and cannot be edited?
And how to confirm that the addition is successful? What about font color and style
$("#handtable").handsontable("setDataAtCell",i,5,'Add successfully');
What should I do if I click the button here to submit the line that meets the requirements and cannot be edited?
And how to confirm that the addition is successful? What about font color and style