Hi @,
In my application I have a table with checkbox and user has to select the checkbox. The details
of the checked rows in table is passed to backend for updation.
But I have observed tht unless the first record in the table is selected the records are
not getting passed to backend I am looping the table node based upon its size and
checked state of checkbox as true and then populating the table to be passed to backend.
Dont know why this strange behaviour is happening.
Regards,