consider pagination page when showing user index
This commit is contained in:
parent
74c842272d
commit
372e91121d
@ -124,7 +124,7 @@
|
||||
{#await currentPageUsersRequest then _}
|
||||
{#each currentPageUsers as user, i}
|
||||
<tr>
|
||||
<td>{i + 1}</td>
|
||||
<td>{i + 1 + userPage * usersPerPage}</td>
|
||||
<td>
|
||||
<Input type="text" bind:value={user.firstname} disabled={!user.edit} size="sm" />
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user