From 033d96b6bfe812e26e9728c4a3f1e69abf858470 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 12 May 2025 11:34:29 +0000 Subject: (대표님) 데이터테이블 - 공통컴포넌트 변경사항항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/data-table/data-table-pagination.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'components/data-table/data-table-pagination.tsx') diff --git a/components/data-table/data-table-pagination.tsx b/components/data-table/data-table-pagination.tsx index 7a2a03f8..4ed63a1b 100644 --- a/components/data-table/data-table-pagination.tsx +++ b/components/data-table/data-table-pagination.tsx @@ -42,6 +42,7 @@ export function DataTablePagination({
{table.getFilteredSelectedRowModel().rows.length} of{" "} {table.getFilteredRowModel().rows.length} row(s) selected. + Total: {table.getRowCount()} records
{/* Rows per page Select */} -- cgit v1.2.3