แก้คอลัม

This commit is contained in:
setthawutttty 2024-12-26 10:32:22 +07:00
parent a97a1189c4
commit 1adad264dc

View file

@ -176,14 +176,12 @@ const columns = ref<QTableProps["columns"]>([
}, },
{ {
name: "examScore", name: "examScore",
align: "right", align: "left",
label: "คะแนนรวม", label: "คะแนนรวม",
sortable: true, sortable: true,
field: "examScore", field: "examScore",
headerStyle: "font-size: 14px", headerStyle: "font-size: 14px",
style: "font-size: 14px", style: "font-size: 14px",
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
}, },
{ {
name: "examResult", name: "examResult",