Hi, everyone. I have different columns with custom validators, but when somebody edit one row, all validations are triggered in all cells and all rows, Is any way to validate only row was edited? I tried with validationRows instead but only validate the column had been edited.
For example y have one row with different columns validators but if I added a new row I would like to all cell in that new row would be validated too
Custom Validator by row
Hi @pochacamx
Unfortunately there’s no way to do that. The problem is that the table has to be re-rendered each time when the data is changed, that’s how it’s designed.