Is there a way for us to validate the below following?
- Specific cell
- Specific row
- Specific column?
Is there a way for us to validate the below following?
Yes, you can. Please read this blog posts about this topic - https://handsontable.com/blog/articles/2017/12/guide-to-basic-data-validation and https://handsontable.com/blog/articles/2018/10/advanced-data-validation-in-handsontable
In demo from the first blog post https://jsfiddle.net/handsoncode/8b60s9zh/?utm_source=website&utm_medium=embed&utm_campaign=8b60s9zh we validate column A. But inside a cells
method you could choose a row or only specific cells.
Let me know if you have any further question.
It was helpful, I was able to complete my task. Thank you.
Another problem solved. Feel free to open a new topic when needed