แก้ sort

This commit is contained in:
setthawutttty 2025-02-27 10:36:57 +07:00
parent 136754e910
commit bd715e5f6b
3 changed files with 14 additions and 6 deletions

View file

@ -73,7 +73,8 @@ function resetFilter() {
*pagination ของตาราง
*/
const pagination = ref({
descending: false,
descending: true,
sortBy:'date',
page: 1,
rowsPerPage: 10,
});