Examples for 'htmlTable::htmlTableWidget-shiny'


Shiny bindings for htmlTableWidget

Aliases: htmlTableWidget-shiny htmlTableWidgetOutput renderHtmlTableWidget

Keywords:

### ** Examples

## Not run: 
##D # In the UI:
##D htmlTableWidgetOutput("mywidget")
##D # In the server:
##D renderHtmlTableWidget({
##D   htmlTableWidget(iris)
##D })
## End(Not run)

[Package htmlTable version 2.4.3 Index]