Bug 34465: Make KohaTable.vue actions column not sortable

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Pedro Amorim 2023-08-25 10:28:58 +00:00 committed by Tomas Cohen Arazi
parent cb4db13612
commit 60cf53cf79
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -84,6 +84,7 @@ export default {
className: "noExport",
title: this.$__("Actions"),
searchable: false,
sortable: false,
render: (data, type, row) => {
let content = []
this.actions["-1"].forEach(action => {