mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-11 21:39:57 +02:00
place holder landing pages
This commit is contained in:
parent
de9725f310
commit
b78e7a324d
22 changed files with 669 additions and 235 deletions
|
@ -47,8 +47,8 @@ export function DataTablePagination<TData>({
|
|||
</Select>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center space-x-6 lg:space-x-8">
|
||||
<div className="flex w-[100px] items-center justify-center text-sm font-medium">
|
||||
<div className="flex items-center space-x-3 lg:space-x-8">
|
||||
<div className="flex items-center justify-center text-sm font-medium">
|
||||
Page {table.getState().pagination.pageIndex + 1} of{" "}
|
||||
{table.getPageCount()}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue