We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9378f1 commit 1b9fa4cCopy full SHA for 1b9fa4c
ui/components/RegexTable.vue
@@ -25,7 +25,7 @@ const currentRegex = shallowRef<RegexInfo | null>(null)
25
</script>
26
27
<template>
28
- <DataTable :value="filtered.slice(0, 100)" data-key="no" table-class="w-full text-right data-table">
+ <DataTable :value="filtered.slice(0, 100)" :default-sort-order="-1" data-key="no" table-class="w-full text-right data-table">
29
<Column field="dynamic" header="Dynamic" header-class="pl4">
30
<template #body="{ data }">
31
<PackageNameDisplay v-if="data.dynamic" name="new" />
0 commit comments