From dde65a2d1ed6de1b10067cceebc0461cb407c9df Mon Sep 17 00:00:00 2001 From: leeheejin Date: Wed, 10 Dec 2025 09:17:11 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94=20=ED=88=B4?= =?UTF-8?q?=EB=B0=94=20=EC=84=A4=EC=A0=95=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20?= =?UTF-8?q?=EB=90=A9=EB=8B=88=EB=8B=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/table-list/TableListComponent.tsx | 6 +++--- .../components/table-list/TableListConfigPanel.tsx | 10 +++++++++- frontend/lib/registry/components/table-list/types.ts | 3 ++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/frontend/lib/registry/components/table-list/TableListComponent.tsx b/frontend/lib/registry/components/table-list/TableListComponent.tsx index 5073197d..9fec8fc5 100644 --- a/frontend/lib/registry/components/table-list/TableListComponent.tsx +++ b/frontend/lib/registry/components/table-list/TableListComponent.tsx @@ -4674,8 +4674,8 @@ export const TableListComponent: React.FC = ({ - {/* 새로고침 버튼 */} - {(tableConfig.toolbar?.showRefresh ?? true) && ( + {/* 새로고침 버튼 (하단 페이지네이션) */} + {(tableConfig.toolbar?.showPaginationRefresh ?? true) && (