diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-15 01:34:49 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-15 01:34:49 +0000 |
| commit | ed864fa46c7ce0aac2de4c5ba5d311ebfd7e6a88 (patch) | |
| tree | b04695b9c8a4d2b03ed1f44f318fa38d8c490364 /lib/form-list | |
| parent | 9beaabc8d1e0ac3a5c54c8202d3c690577bdbd39 (diff) | |
(대표님) 벤더 문서 관련 개발사항
Diffstat (limited to 'lib/form-list')
| -rw-r--r-- | lib/form-list/table/formLists-table-toolbar-actions.tsx | 4 |
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) { |
