แก้ sort
This commit is contained in:
parent
136754e910
commit
bd715e5f6b
3 changed files with 14 additions and 6 deletions
|
|
@ -73,7 +73,8 @@ function resetFilter() {
|
|||
*pagination ของตาราง
|
||||
*/
|
||||
const pagination = ref({
|
||||
descending: false,
|
||||
descending: true,
|
||||
sortBy:'date',
|
||||
page: 1,
|
||||
rowsPerPage: 10,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue