observe_selecting_all.Rd
Sets selected rows to all in a table in response to clicking a button.
observe_selecting_all(input, button_id, table_proxy)
[reactivevalues()
]
An input object of the app or a module that contains the table.
[character(1)
]
ID of a button that triggers adding selections.
[dataTableProxy(1)
]
Proxy of a table to update.