minor fix

This commit is contained in:
adisposkofh
2026-05-26 15:47:11 +02:00
parent eb281f3bc3
commit 1d5b915717
2 changed files with 2 additions and 2 deletions
@@ -192,7 +192,7 @@ export default {
columns: [
{
title: this.$p.t('lehre', 'kurzbz'),
title: "adis",
field: "lv_kurzbz",
headerFilterFuncParams: {field: 'lv_kurzbz'},
headerFilter: true,
+1 -1
View File
@@ -809,7 +809,7 @@ export const CoreFilterCmpt = {
getColumnNames() {
if (!this.tableBuilt) {
return {};
} else if (this.tabulator.options.locale); {
} else if (this.tabulator.options.locale) {
return this.tabulator.getLang().columns;
}
return this.tabulator.getColumns().reduce((res, col) => {