View source: R/reactable-server.R
toggle_navigation_buttons | R Documentation |
Utility function to disable or re-enable navigation buttons
toggle_navigation_buttons(disable, session = shiny::getDefaultReactiveDomain())
disable |
a named logical vector |
session |
Shiny session object; default to current Shiny session |
disable
should a logical vector with these exact names: first_page
, previous_page
,
next_page
, and last_page
. The logical vectors indicate if the corresponding button will be
enabled or disabled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.