Keeping Input value after ajax.reload()
Keeping Input value after ajax.reload()

Hello,
I'm using ajax.reload(null, false) to keep the pagination after the table is redrawn. However, I'm also using "Row Details" and "Multi Select" in my tables.When the ajax reloads the table I loose the checked rows. I would like to keep the checked rows after the ajax.reloads. Is there a way to do this? Thank you!
This discussion has been closed.
Answers
Hi @stephendeo ,
You'll need to have a unique identifier for each row for that selection to persist - this page here has a good example of what you're after.
Cheers,
Colin
Thank you so much this works!