Further work on VPaginator component

This commit is contained in:
Sockenklaus
2021-11-09 23:53:56 +01:00
parent 1abb63f57d
commit 856c81fdf3
3 changed files with 88 additions and 35 deletions

View File

@@ -23,7 +23,7 @@ export const useEmployees = defineStore('employees', {
columns: Array<string>(),
limit: 1,
limit: 10,
page: 1,
sort_by: '',
simple_search: ''