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:
parent
cb4db13612
commit
60cf53cf79
1 changed files with 1 additions and 0 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue