From a28972b363f59d64bd8c1f21113b148666efd88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8C=80=EC=97=B0?= Date: Fri, 5 Nov 2021 17:23:54 +0900 Subject: [PATCH] docs: fix incorrect example of filter options (fix #1452) (#1502) --- packages/toast-ui.grid/examples/example24-filter.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/toast-ui.grid/examples/example24-filter.html b/packages/toast-ui.grid/examples/example24-filter.html index 1f2a35bfe..5e38cd636 100644 --- a/packages/toast-ui.grid/examples/example24-filter.html +++ b/packages/toast-ui.grid/examples/example24-filter.html @@ -57,7 +57,9 @@ name: 'release', filter: { type: 'date', - format: 'yyyy.MM.dd' + options: { + format: 'yyyy.MM.dd' + } } }, {