From ecad392bec4ba2732c2a6a438afee66ca11527d0 Mon Sep 17 00:00:00 2001 From: Mosk915 <59397359+Mosk915@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:43:26 -0500 Subject: [PATCH] Update NEWS.md Co-authored-by: Yihui Xie --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c163497d..9e65aba4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # CHANGES IN DT VERSION 0.34 -- Added `lazyRender` parameter to `datatable`, which gives the option for the table to be rendered immediately rather than waiting for it to become visible (#1156). +- Added `lazyRender` parameter to `DT::datatable()`, which gives the option for the table to be rendered immediately rather than waiting for it to become visible (thanks, @Mosk915, #1156). # CHANGES IN DT VERSION 0.33