Hi,
I am new to handsontable in an Angular APP and we are testing it for one of our product our requirement is to allow user to import data from excel files and send it to server but before sending it to server we need to run some validation on each column i am doing it via validator and it and we show which column is having invalid data.
in order to submit data i have a button which get instance data and submits the data but What i want is to enable submit button ONLY when all data in table is valid and no column has invalid value. how is it possible to do such thing ?