add tabulator persistence config

This commit is contained in:
Harald Bamberger
2025-12-17 13:22:39 +01:00
parent 39d708aa61
commit 6b0526fb95
@@ -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));