From f907b6f979d2dbee9ee0f7c28f0ff9d6604dffd1 Mon Sep 17 00:00:00 2001 From: Mosk915 <59397359+Mosk915@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:44:09 -0500 Subject: [PATCH] Update R/datatables.R Co-authored-by: Yihui Xie --- R/datatables.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/datatables.R b/R/datatables.R index 66c7ba8c..aa02e74e 100644 --- a/R/datatables.R +++ b/R/datatables.R @@ -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',