Keeping Input value after ajax.reload()

Keeping Input value after ajax.reload()

stephendeostephendeo Posts: 2Questions: 1Answers: 0

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!

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    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

  • stephendeostephendeo Posts: 2Questions: 1Answers: 0

    Thank you so much this works!

This discussion has been closed.