diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-12 11:34:29 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-12 11:34:29 +0000 |
| commit | 033d96b6bfe812e26e9728c4a3f1e69abf858470 (patch) | |
| tree | 953daaac8092a7ae6abb157d9819023c1710984d /components/data-table/data-table-pagination.tsx | |
| parent | cd682438ffed4c2fd551606dc6dbec7b62497f6d (diff) | |
(대표님) 데이터테이블 - 공통컴포넌트 변경사항항
Diffstat (limited to 'components/data-table/data-table-pagination.tsx')
| -rw-r--r-- | components/data-table/data-table-pagination.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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<TData>({ <div className="flex-1 whitespace-nowrap text-sm text-muted-foreground"> {table.getFilteredSelectedRowModel().rows.length} of{" "} {table.getFilteredRowModel().rows.length} row(s) selected. + <span className="ml-4">Total: {table.getRowCount()} records</span> </div> <div className="flex flex-col-reverse items-center gap-4 sm:flex-row sm:gap-6 lg:gap-8"> {/* Rows per page Select */} |
