Would you guys help me in updating this
handsontable (forked) - StackBlitz
To do the following:
Add button that if clicked then it will console log the child rows that has their checkbox checked
However, really my main hope is to find if more than child rows were selected then I would like to know in what order was these checkboxes select
Did the user checked the checkbox like the following:
Parnet1.Child 1 [Checked]
Parnet1.Child 2 [Checked]
Parnet1.Child 3 [Checked]
Parnet2.Child 1 [Checked]
or
Parnet1.Child 3 [Checked]
Parnet1.Child 1 [Checked]
Parnet1.Child 2 [Checked]
Parnet2.Child 4 [Checked]
Parnet2.Child 2 [Checked]
I know the above would be hard to achieve without adding something that let the user let us know his/her order of checking the boxes
please help me to achieve this