แก้คอลัม
This commit is contained in:
parent
a97a1189c4
commit
1adad264dc
1 changed files with 1 additions and 3 deletions
|
|
@ -176,14 +176,12 @@ const columns = ref<QTableProps["columns"]>([
|
|||
},
|
||||
{
|
||||
name: "examScore",
|
||||
align: "right",
|
||||
align: "left",
|
||||
label: "คะแนนรวม",
|
||||
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue