Learn R Programming

reactable.extras (version 0.2.0)

toggle_navigation_buttons: Utility function to disable or re-enable navigation buttons

Description

Utility function to disable or re-enable navigation buttons

Usage

toggle_navigation_buttons(disable, session = shiny::getDefaultReactiveDomain())

Arguments

disable

a named logical vector

session

Shiny session object; default to current Shiny session

Details

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.