observe_select_in_table_button: Observe "Transfer selection" button

View source: R/observe_row_selection.R

observe_select_in_table_buttonR Documentation

Observe "Transfer selection" button

Description

Toggles button on and off based on whether any row is selected in a table.

Usage

observe_select_in_table_button(ns, any_row_selected)

Arguments

ns

[function(1)]
Namespace-generating function that takes single string as the only argument.

any_row_selected

[reactive(logical(1))]
A reactive value telling whether any row is selected in a table.


KotulskaLab/AmyloGraph documentation built on June 30, 2023, 8:48 p.m.