Skip to content

Commit

Permalink
Update R/datatables.R
Browse files Browse the repository at this point in the history
Co-authored-by: Yihui Xie <[email protected]>
  • Loading branch information
Mosk915 and yihui authored Nov 25, 2024
1 parent ca352c6 commit f907b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/datatables.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
#' (only display the table body) when the number of total records is less
#' than the page size. Note, it only works on the client-side processing mode
#' and the `pageLength` option should be provided explicitly.
#' @param lazyRender \code{TRUE} to delay rendering until the table becomes visible
#' (the default) or \code{FALSE} to render the table immediately on page load.
#' @param lazyRender \code{FALSE} to render the table immediately on page load,
#' otherwise delay rendering until the table becomes visible.
#' @param selection the row/column selection mode (single or multiple selection
#' or disable selection) when a table widget is rendered in a Shiny app;
#' alternatively, you can use a list of the form \code{list(mode = 'multiple',
Expand Down

0 comments on commit f907b6f

Please sign in to comment.