mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
add removal of tag header sorting in LV and Student verwaltung
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user