Browse Source

Fixed sorting issue

master
Radu Liviu Carjan 3 years ago
parent
commit
46c2b50d89
  1. 6
      resources/js/components/Searchers/Index.vue

6
resources/js/components/Searchers/Index.vue

@ -21,11 +21,7 @@
<Column v-if="allowSelect" selectionMode="single" headerStyle="width: 3em"></Column>
<Column header="Name" sortable>
<template #body="slotProps">
{{ slotProps.data.name }}
</template>
</Column>
<Column header="Name" field="name" sortable></Column>
<Column header="Actions" headerStyle="text-align: right">
<template #body="slotProps">
<div class="action-buttons" style="text-align: right">

Loading…
Cancel
Save