From f26801b7dee3c338cf55fa19eda3e3dea6152080 Mon Sep 17 00:00:00 2001 From: Simon Gschnell Date: Tue, 28 Nov 2023 14:58:16 +0100 Subject: [PATCH] adds a prop to the FilterTable component to conditionally render the filter columns, this was added because there is no need for a filter column when the table only has 1 column --- public/js/components/filter/Filter.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/js/components/filter/Filter.js b/public/js/components/filter/Filter.js index 985dc9a6e..b5a132318 100644 --- a/public/js/components/filter/Filter.js +++ b/public/js/components/filter/Filter.js @@ -45,7 +45,8 @@ export const CoreFilterCmpt = { }, tabulatorOptions: Object, tabulatorEvents: Array, - tableOnly: Boolean + tableOnly: Boolean, + noColFilter:Boolean, }, data: function() { return { @@ -586,10 +587,10 @@ export const CoreFilterCmpt = {
[ {{ filterName }} ] - +
-
+