diff --git a/apps/infoalloggi/src/components/custom_ui/dataTable-pagination.tsx b/apps/infoalloggi/src/components/custom_ui/dataTable-pagination.tsx index 10632d7..ad3c22a 100644 --- a/apps/infoalloggi/src/components/custom_ui/dataTable-pagination.tsx +++ b/apps/infoalloggi/src/components/custom_ui/dataTable-pagination.tsx @@ -26,13 +26,11 @@ export function DataTablePagination({ return (
- {hasSelectRow && ( - <> - {table.getFilteredSelectedRowModel().rows.length} di{" "} - {table.getFilteredRowModel().rows.length} righe selezionate. - - )} + {hasSelectRow && + `${table.getFilteredSelectedRowModel().rows.length} selezioni su `} + {table.getFilteredRowModel().rows.length} righe totali
+

Righe per pagina