แก้ลำดับ

This commit is contained in:
setthawutttty 2023-09-20 14:28:32 +07:00
parent e91bbb22f4
commit 270808981f
10 changed files with 15 additions and 19 deletions

View file

@ -59,9 +59,7 @@ const columns = ref<QTableProps["columns"]>([
align: "left",
label: "ลำดับ",
field: "no",
sortable: true,
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
sortable: false,
},
{
name: "idCard",