From 566ecb6bcff44239dbf77c0cb5a970d997b4ef72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Wed, 25 Oct 2023 17:09:54 +0900 Subject: [PATCH] =?UTF-8?q?laanc=20=EC=8A=B9=EC=9D=B8=20=EC=8B=A0=EC=B2=AD?= =?UTF-8?q?=20=EB=AA=A9=EB=A1=9D=20pagination=20=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/list/LaancGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/laanc/list/LaancGrid.js b/src/components/laanc/list/LaancGrid.js index 3b7a168..7d45013 100644 --- a/src/components/laanc/list/LaancGrid.js +++ b/src/components/laanc/list/LaancGrid.js @@ -210,7 +210,7 @@ export default function LaancGrid() { // count={laancSearchData?.size} columns={columns} // handlerPageChange={props.handlerPageChange} - pagination={false} + pagination={true} /> ) : null}