diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js
index 68693b887..27b6bb9b1 100644
--- a/public/js/components/Cis/Profil/MitarbeiterProfil.js
+++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js
@@ -13,8 +13,7 @@ export default {
funktionen_table_options: {
- reactiveData:true,
- height: 300,
+ height:400,
layout:"fitColumns",
responsiveLayout:"collapse",
responsiveLayoutCollapseUseFormatters:false,
@@ -30,7 +29,8 @@ export default {
],
columns: [
//? option when wanting to hide the collapsed list
- /* {
+ /*
+ {
title: "",
field: "",
headerSort: false,
@@ -57,7 +57,7 @@ export default {
},
betriebsmittel_table_options: {
- height: 300,
+ height:300,
layout: "fitColumns",
responsiveLayout:"collapse",
responsiveLayoutCollapseUseFormatters:false,
@@ -165,18 +165,7 @@ export default {
},
-/*
-
-
-
-
-*/
+
template: `
@@ -207,7 +196,7 @@ export default {
-
+
@@ -417,7 +406,7 @@ export default {
-
+
diff --git a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js
index 7131c7d8e..9e04c2c34 100644
--- a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js
+++ b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js
@@ -11,7 +11,7 @@ export default {
funktionen_table_options: {
- height: 300,
+ height: 400,
layout:"fitColumns",
responsiveLayout:"collapse",
responsiveLayoutCollapseUseFormatters:false,
@@ -293,7 +293,7 @@ export default {
-
+
diff --git a/public/js/components/Cis/Profil/StudentProfil.js b/public/js/components/Cis/Profil/StudentProfil.js
index ee1b6f660..147ab5d34 100644
--- a/public/js/components/Cis/Profil/StudentProfil.js
+++ b/public/js/components/Cis/Profil/StudentProfil.js
@@ -35,7 +35,7 @@ export default {
},
zutrittsgruppen_table_options: {
- height: 300,
+ height: 200,
layout: "fitColumns",
data: [{ bezeichnung: "test1" }],
columns: [{ title: "Zutritt", field: "bezeichnung" }],
@@ -345,7 +345,7 @@ export default {
-
+
@@ -364,7 +364,7 @@ export default {
-
+
diff --git a/public/js/components/Cis/Profil/StudentViewProfil.js b/public/js/components/Cis/Profil/StudentViewProfil.js
index c142937dd..216ddcbfd 100644
--- a/public/js/components/Cis/Profil/StudentViewProfil.js
+++ b/public/js/components/Cis/Profil/StudentViewProfil.js
@@ -235,7 +235,7 @@ export default {
-
+
diff --git a/public/js/components/filter/Filter.js b/public/js/components/filter/Filter.js
index b5a132318..40821cf00 100644
--- a/public/js/components/filter/Filter.js
+++ b/public/js/components/filter/Filter.js
@@ -46,7 +46,7 @@ export const CoreFilterCmpt = {
tabulatorOptions: Object,
tabulatorEvents: Array,
tableOnly: Boolean,
- noColFilter:Boolean,
+ noColumnFilter:Boolean,
},
data: function() {
return {
@@ -154,7 +154,7 @@ export const CoreFilterCmpt = {
initTabulator() {
// Define a default tabulator options in case it was not provided
let tabulatorOptions = {...{
- height: 500,
+ height: 500,
layout: "fitColumns",
movableColumns: true,
reactiveData: true
@@ -587,10 +587,10 @@ export const CoreFilterCmpt = {
-