Select multiple checkboxes in a table - Perspective

its automatically unchecked box after 5-9 sec..... how we stable?

If its reseting then im guessing your data in the table comes in through a binding, isntead of updating the tabledata, update the source of this data.
Or store the selected state in a seperate place to then combine your souce with selected state

how we implement can you give some idea on that

Do you require polling? maybe just turning that off is enough for your usecase.
If not, show your code

1 Like