Skip to content

Commit

Permalink
Only write lazyRender to params if FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosk915 authored Nov 25, 2024
1 parent b54927b commit 3d00b4c
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 @@ -379,7 +379,7 @@ datatable = function(
}

# record lazyRender
params$lazyRender = lazyRender
if(isFALSE(lazyRender)) params$lazyRender = lazyRender

params = structure(modifyList(params, list(
data = data, container = as.character(container), options = options,
Expand Down

0 comments on commit 3d00b4c

Please sign in to comment.