summaryrefslogtreecommitdiff
path: root/lib/form-list/table/formLists-table-toolbar-actions.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-15 01:34:49 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-15 01:34:49 +0000
commited864fa46c7ce0aac2de4c5ba5d311ebfd7e6a88 (patch)
treeb04695b9c8a4d2b03ed1f44f318fa38d8c490364 /lib/form-list/table/formLists-table-toolbar-actions.tsx
parent9beaabc8d1e0ac3a5c54c8202d3c690577bdbd39 (diff)
(대표님) 벤더 문서 관련 개발사항
Diffstat (limited to 'lib/form-list/table/formLists-table-toolbar-actions.tsx')
-rw-r--r--lib/form-list/table/formLists-table-toolbar-actions.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/form-list/table/formLists-table-toolbar-actions.tsx b/lib/form-list/table/formLists-table-toolbar-actions.tsx
index cf874985..97db9a91 100644
--- a/lib/form-list/table/formLists-table-toolbar-actions.tsx
+++ b/lib/form-list/table/formLists-table-toolbar-actions.tsx
@@ -98,13 +98,13 @@ export function FormListsTableToolbarActions({ table }: ItemsTableToolbarActions
)
// 테이블 데이터 업데이트 - 전체 페이지 새로고침 대신 데이터만 갱신
- table.resetRowSelection()
+ // table.resetRowSelection()
// 여기서 테이블 데이터를 다시 불러오는 함수를 호출
// 예: refetchTableData()
// 또는 SWR/React Query 등을 사용하고 있다면 mutate() 호출
// 리로드가 꼭 필요하다면 아래 주석 해제
- // window.location.reload()
+ window.location.reload()
} else if (data.status === 'failed') {
// 에러 처리
if (pollingRef.current) {