From ca352c629fedb6f846cb17c2ddd78acaef5b8d6f Mon Sep 17 00:00:00 2001 From: Mosk915 <59397359+Mosk915@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:43:54 -0500 Subject: [PATCH] Update R/datatables.R Co-authored-by: Yihui Xie --- R/datatables.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/datatables.R b/R/datatables.R index 2e4355bf..66c7ba8c 100644 --- a/R/datatables.R +++ b/R/datatables.R @@ -209,7 +209,7 @@ datatable = function( escape = TRUE, style = 'auto', width = NULL, height = NULL, elementId = NULL, fillContainer = getOption('DT.fillContainer', NULL), autoHideNavigation = getOption('DT.autoHideNavigation', NULL), - lazyRender = TRUE, + lazyRender = NULL, selection = c('multiple', 'single', 'none'), extensions = list(), plugins = NULL, editable = FALSE ) {