Skip to content

Commit b76a1a5

Browse files
Sandeepa Singhrfrandse
Sandeepa Singh
authored andcommitted
Resolve bug for batch action on post codes page
- User will be able to export in batches - User will be able sort on the basis of created date Signed-off-by: Sandeepa Singh <[email protected]> Change-Id: I6477e722f5aa8a2d19621fb3b851a6d2651634b0
1 parent 873e17a commit b76a1a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/views/Logs/PostCodeLogs/PostCodeLogs.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
:selected-items-count="selectedRows.length"
3939
@clear-selected="clearSelectedRows($refs.table)"
4040
>
41-
<template #export>
41+
<template #toolbar-buttons>
4242
<table-toolbar-export
4343
:data="batchExportData"
44-
:file-name="exportFileNameByDate('export')"
44+
:file-name="exportFileNameByDate()"
4545
/>
4646
</template>
4747
</table-toolbar>
@@ -218,6 +218,7 @@ export default {
218218
{
219219
key: 'date',
220220
label: this.$t('pagePostCodeLogs.table.created'),
221+
sortable: true,
221222
},
222223
{
223224
key: 'timeStampOffset',

0 commit comments

Comments
 (0)