From 6b0526fb953e0db165e972a73046c78a2643796e Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Wed, 17 Dec 2025 13:22:39 +0100 Subject: [PATCH] add tabulator persistence config --- public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js b/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js index 222290e98..9798ba7a4 100644 --- a/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js +++ b/public/js/components/Cis/ProfilUpdate/ProfilUpdateView.js @@ -59,6 +59,10 @@ export default { }, profilUpdateOptions: function () { return { + persistence: { + columns: ["width", "visible", "frozen"], + }, + persistenceID: 'cis-profilupdate-2025121702', ajaxURL: 'dummy', ajaxRequestFunc: (url, config, params) => { return this.$api.call(ApiProfilUpdate.getProfilUpdateWithPermission(params.filter));