mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-10 21:05:12 +02:00
more user role stuff
This commit is contained in:
parent
bb17d30c9e
commit
231e1d2e2d
32 changed files with 897 additions and 138 deletions
|
@ -41,7 +41,7 @@ export function DataTablePagination<TData>({
|
|||
/>
|
||||
</SelectTrigger>
|
||||
<SelectContent side="top">
|
||||
{[10, 20, 30, 40, 50].map((pageSize) => (
|
||||
{[10, 20, 30, 40, 50, 100, 200].map((pageSize) => (
|
||||
<SelectItem
|
||||
key={pageSize}
|
||||
value={`${pageSize}`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue