cheetah_proxy {cheetahR} | R Documentation |
Cheetah Grid Proxy
Description
Creates a proxy object for a cheetah grid widget that can be used to modify the grid without redrawing the entire widget.
Usage
cheetah_proxy(outputId, session = shiny::getDefaultReactiveDomain())
Arguments
outputId |
The id of the cheetah table to create a proxy for. |
session |
The Shiny session object. The default is to get the current session. |
Value
A proxy object that can be used to modify the grid.
[Package cheetahR version 0.3.0 Index]