sortable: true,
This commit is contained in:
parent
e1573bc968
commit
acedb8884c
1 changed files with 2 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue