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 <xie@yihui.name>
  • Loading branch information
Mosk915 and yihui authored Nov 25, 2024
1 parent ecad392 commit ca352c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/datatables.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
Expand Down

0 comments on commit ca352c6

Please sign in to comment.