Compare commits
No commits in common. "ae8e667922d2850a01c873d8babdbcaa438eb5d4" and "9cbe56fb1ed9768bdac40abc65b6a0d67fd8341c" have entirely different histories.
ae8e667922
...
9cbe56fb1e
1 changed files with 1 additions and 3 deletions
|
|
@ -89,9 +89,7 @@ const columns2 = ref<QTableProps["columns"]>([
|
|||
sort: (a: string, b: string) =>
|
||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||
format(val, row) {
|
||||
return `${row.rank ? row.rank : row.prefix ?? ""}${row.firstName ?? ""} ${
|
||||
row.lastName ?? ""
|
||||
}`;
|
||||
return `${row.prefix ?? ""}${row.firstName ?? ""} ${row.lastName ?? ""}`;
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue