mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Built site for shiny: 1.7.1.9003@8a5da25
This commit is contained in:
@@ -93,8 +93,12 @@ Learn more at <a href="https://rstudio.github.io/DT/shiny.html" class="external-
|
||||
<h2>Arguments</h2>
|
||||
<dl><dt>outputId</dt>
|
||||
<dd><p>output variable to read the table from</p></dd>
|
||||
|
||||
|
||||
<dt>expr</dt>
|
||||
<dd><p>An expression that returns a data frame or a matrix.</p></dd>
|
||||
|
||||
|
||||
<dt>options</dt>
|
||||
<dd><p>A list of initialization options to be passed to DataTables,
|
||||
or a function to return such a list. You can find a complete list of
|
||||
@@ -105,13 +109,19 @@ is not supported in JSON, e.g., a JavaScript function, which can be
|
||||
obtained by evaluating a character string. This only applies to the
|
||||
root-level elements of options list, and does not worked for lower-level
|
||||
elements in the list.</p></dd>
|
||||
|
||||
|
||||
<dt>searchDelay</dt>
|
||||
<dd><p>The delay for searching, in milliseconds (to avoid too
|
||||
frequent search requests).</p></dd>
|
||||
|
||||
|
||||
<dt>callback</dt>
|
||||
<dd><p>A JavaScript function to be applied to the DataTable object.
|
||||
This is useful for DataTables plug-ins, which often require the DataTable
|
||||
instance to be available.</p></dd>
|
||||
|
||||
|
||||
<dt>escape</dt>
|
||||
<dd><p>Whether to escape HTML entities in the table: <code>TRUE</code> means
|
||||
to escape the whole table, and <code>FALSE</code> means not to escape it.
|
||||
@@ -119,20 +129,27 @@ Alternatively, you can specify numeric column indices or column names to
|
||||
indicate which columns to escape, e.g. <code>1:5</code> (the first 5 columns),
|
||||
<code>c(1, 3, 4)</code>, or <code>c(-1, -3)</code> (all columns except the first and
|
||||
third), or <code>c('Species', 'Sepal.Length')</code>.</p></dd>
|
||||
|
||||
|
||||
<dt>env</dt>
|
||||
<dd><p>The parent environment for the reactive expression. By default,
|
||||
this is the calling environment, the same as when defining an ordinary
|
||||
non-reactive expression. If <code>expr</code> is a quosure and <code>quoted</code> is <code>TRUE</code>,
|
||||
then <code>env</code> is ignored.</p></dd>
|
||||
|
||||
|
||||
<dt>quoted</dt>
|
||||
<dd><p>If it is <code>TRUE</code>, then the <code><a href="https://rdrr.io/r/base/substitute.html" class="external-link">quote()</a></code>ed value of <code>expr</code>
|
||||
will be used when <code>expr</code> is evaluated. If <code>expr</code> is a quosure and you
|
||||
would like to use its expression as a value for <code>expr</code>, then you must set
|
||||
<code>quoted</code> to <code>TRUE</code>.</p></dd>
|
||||
|
||||
|
||||
<dt>outputArgs</dt>
|
||||
<dd><p>A list of arguments to be passed through to the implicit
|
||||
call to <code>dataTableOutput()</code> when <code>renderDataTable()</code> is used
|
||||
in an interactive R Markdown document.</p></dd>
|
||||
|
||||
</dl></div>
|
||||
|
||||
<div id="ref-examples">
|
||||
@@ -172,7 +189,7 @@ in an interactive R Markdown document.</p></dd>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown">
|
||||
<p></p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.3.</p>
|
||||
<p></p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.4.</p>
|
||||
</div>
|
||||
|
||||
</footer></div>
|
||||
|
||||
Reference in New Issue
Block a user