CWWhitney / calibration_app

Materials for the "Calibration Training" Shiny app for University of Bonn
GNU General Public License v3.0
0 stars 0 forks source link

Stay on current table page for results > 10 #16

Open mthomas-ketchbrook opened 2 years ago

mthomas-ketchbrook commented 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.

mthomas-ketchbrook commented 2 years ago

Looks like reactable::updateReactable(page = ... ) will do the trick, but we will have to be careful of UX between groups, after final question, etc.