View source: R/cheetah_proxy.R
cheetah_proxy | R Documentation |
Creates a proxy object for a cheetah grid widget that can be used to modify the grid without redrawing the entire widget.
cheetah_proxy(outputId, session = shiny::getDefaultReactiveDomain())
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. |
A proxy object that can be used to modify the grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.