sort สรรหา

This commit is contained in:
setthawutttty 2025-02-26 17:15:19 +07:00
parent 383176f5be
commit 136754e910
10 changed files with 35 additions and 9 deletions

View file

@ -1,6 +1,7 @@
import { ref } from "vue";
interface Pagination {
rowsPerPage: number;
sortBy: string;
}
interface DataDateMonthObject {