Hi, In My Example, I am getting div Id and HandsonTable Configuration from Backend through API in Json Format.
One API is For getting Handsontable div id and Buttons. another API is getting Table Configuration.
while Validating the cell hot is considered as last rendered handsontable . in My case i am using Multiple Handsontables and configuration Dynamically. So i am not maintain hot1 and hot2 separately.
how to validate each Cell based on validation . or else is there any possibility to get the Handsontable div id while click on a particular cell.
Here my JS fiddle Example is there: https://jsfiddle.net/kranthi2210/tpcasbqz/