Skip to content

Commit

Permalink
test new data table update
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Apr 13, 2024
1 parent 902da90 commit 167df6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(admin)/admin/edit/views/UserEdit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
pagination={{ enabled: true, limit: 11 }}
search
server={{
url: 'https://locker-api.cvapps.net/admin/data/user-data?page=1&pageSize=1',
url: 'https://locker-api.cvapps.net/admin/data/user-data?page=1&pageSize=10',
then: data => data.results.map(movie => {
return [movie[0], movie[1], movie[2], movie[3]]
return [movie[0], movie[1], movie[2], movie[3], movie[4], movie[5]]
})
}}
{style}
Expand Down

0 comments on commit 167df6e

Please sign in to comment.