observe_deselecting_all: Remove selections in a table

View source: R/observe_selecting_all.R

observe_deselecting_allR Documentation

Remove selections in a table

Description

Sets selected rows to none in a table in response to clicking a button.

Usage

observe_deselecting_all(input, button_id, table_proxy)

Arguments

input

[reactivevalues()]
An input object of the app or a module that contains the table.

button_id

[character(1)]
ID of a button that triggers removing selections.

table_proxy

[dataTableProxy(1)]
Proxy of a table to update.


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