From d2840dc8a58aa82740a3b3208d4db0fed40aa030 Mon Sep 17 00:00:00 2001 From: Dillon Hammill Date: Fri, 26 Nov 2021 17:43:41 +1100 Subject: [PATCH] Update NEWS.md. --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index a73758b..3937928 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # DataEditR 0.1.4 +* Fix header location on scroll. * Make sure column names are retained when loading empty datasets within `dataInput`. * Add checks for empty data within `dataInput` and `dataEdit` to ensure that the supplied data always contains as least a single row and column. * Add support for writing data to `googlesheets` by calling `write_fun` as the application closes.