add removal of tag header sorting in LV and Student verwaltung

This commit is contained in:
Ivymaster
2026-07-07 17:13:51 +02:00
parent 0be3505163
commit f3b617d339
2 changed files with 2 additions and 0 deletions
@@ -306,6 +306,7 @@ export default {
headerFilterFuncParams: {field: 'tags'},
formatter: (cell, formatterParams, onRendered) => tagFormatter(cell, this.$refs.tagComponent, onRendered),
width: 150,
headerSort: false,
},
{
title: this.$p.t('lehre', 'lehrveranstaltung_id'),
@@ -961,6 +961,7 @@ export default {
formatter: (cell, formatterParams, onRendered) =>
tagFormatter(cell, this.$refs.tagComponent, onRendered),
width: 150,
headerSort: false,
};
this.tabulatorOptions.columns.splice(2, 0, coltags);
this.$p.loadCategory("ui").then(() => {