Add route sorting based on Id
This commit is contained in:
parent
9f826ebe1d
commit
bc9ac631a5
|
@ -271,6 +271,7 @@ function previewRoute(id) {
|
||||||
selection="multiple"
|
selection="multiple"
|
||||||
:rows-per-page-options="[0]"
|
:rows-per-page-options="[0]"
|
||||||
hide-pagination
|
hide-pagination
|
||||||
|
:pagination="{ sortBy: 'ID', descending: true }"
|
||||||
>
|
>
|
||||||
<template #body-cell-worker="props">
|
<template #body-cell-worker="props">
|
||||||
<QTd :props="props">
|
<QTd :props="props">
|
||||||
|
|
Loading…
Reference in New Issue