Restore client user editing sheet and tweak pagination copy
This commit is contained in:
parent
c7aaa60d9a
commit
b51d0770d3
4 changed files with 333 additions and 6 deletions
|
|
@ -895,7 +895,7 @@ function TableView({ companies, machineCountsBySlug, onEdit, onDelete }: TableVi
|
|||
{total === 0 ? "Nenhum registro" : `Mostrando ${start}-${end} de ${total}`}
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="flex items-center gap-2 text-xs uppercase tracking-wide text-neutral-500 md:text-sm">
|
||||
<div className="flex items-center gap-2 text-xs tracking-wide text-neutral-500 md:text-sm">
|
||||
<span>Itens por página</span>
|
||||
<Select value={`${pageSize}`} onValueChange={(v) => { setPageSize(Number(v)); setPageIndex(0) }}>
|
||||
<SelectTrigger className="h-8 w-20">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue