Open mthomas-ketchbrook opened 2 years ago
On the "Range" questions where there are > 10 questions in a group, the {reactable} table goes reverts back to the first 10 results after each question.
Let's see if there is a way that we can show the "current" page.
Looks like reactable::updateReactable(page = ... ) will do the trick, but we will have to be careful of UX between groups, after final question, etc.
reactable::updateReactable(page = ... )
On the "Range" questions where there are > 10 questions in a group, the {reactable} table goes reverts back to the first 10 results after each question.
Let's see if there is a way that we can show the "current" page.