sortable: true,

This commit is contained in:
setthawutttty 2024-12-24 15:50:04 +07:00
parent e1573bc968
commit acedb8884c

View file

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