diff --git a/frontend/lib/registry/components/table-list/TableListComponent.tsx b/frontend/lib/registry/components/table-list/TableListComponent.tsx index cc304fb0..f5fecd34 100644 --- a/frontend/lib/registry/components/table-list/TableListComponent.tsx +++ b/frontend/lib/registry/components/table-list/TableListComponent.tsx @@ -1876,124 +1876,7 @@ export const TableListComponent: React.FC = ({ if (tableConfig.stickyHeader && !isDesignMode) { return (
- {tableConfig.filter?.enabled && ( -
-
-
- -
-
- {/* 전체 개수 */} -
- 전체 {totalItems.toLocaleString()}개 -
- - - - - - - - -
-
-

그룹 설정

-

- 데이터를 그룹화할 컬럼을 선택하세요 -

-
- - {/* 컬럼 목록 */} -
- {visibleColumns - .filter((col) => col.columnName !== "__checkbox__") - .map((col) => ( -
- toggleGroupColumn(col.columnName)} - /> - -
- ))} -
- - {/* 선택된 그룹 안내 */} - {groupByColumns.length > 0 && ( -
- - {groupByColumns.map((col) => columnLabels[col] || col).join(" → ")} - -
- )} - - {/* 초기화 버튼 */} - {groupByColumns.length > 0 && ( - - )} -
-
-
-
-
-
- )} + {/* 필터 헤더는 TableSearchWidget으로 이동 */} {/* 그룹 표시 배지 */} {groupByColumns.length > 0 && ( @@ -2056,125 +1939,7 @@ export const TableListComponent: React.FC = ({ return ( <>
- {/* 필터 */} - {tableConfig.filter?.enabled && ( -
-
-
- -
-
- {/* 전체 개수 */} -
- 전체 {totalItems.toLocaleString()}개 -
- - - - - - - - -
-
-

그룹 설정

-

- 데이터를 그룹화할 컬럼을 선택하세요 -

-
- - {/* 컬럼 목록 */} -
- {visibleColumns - .filter((col) => col.columnName !== "__checkbox__") - .map((col) => ( -
- toggleGroupColumn(col.columnName)} - /> - -
- ))} -
- - {/* 선택된 그룹 안내 */} - {groupByColumns.length > 0 && ( -
- - {groupByColumns.map((col) => columnLabels[col] || col).join(" → ")} - -
- )} - - {/* 초기화 버튼 */} - {groupByColumns.length > 0 && ( - - )} -
-
-
-
-
-
- )} + {/* 필터 헤더는 TableSearchWidget으로 이동 */} {/* 그룹 표시 배지 */} {groupByColumns.length > 0 && (