tableOutput

tableOutput(outputId)
dataTableOutput(outputId)

Arguments

outputId output variable to read the table from

Create a table output element

Value

A table output element that can be included in a panel

Description

Render a renderTable within an application page.

Examples

mainPanel( tableOutput("view") )
<div class="span8"> <div id="view" class="shiny-html-output"></div> </div>