Tab Notizen: remove clipContents

This commit is contained in:
ma0068
2025-07-31 07:40:07 +02:00
parent 16db622bc9
commit f12db529e0
+2 -2
View File
@@ -82,7 +82,7 @@ export default {
field: "text_stripped",
width: 250,
formatter: "html",
clipContents: true,
//clipContents: true,
tooltip:function(e, cell, onRendered){
var el = document.createElement("div");
el.style.backgroundColor = "white";
@@ -254,7 +254,7 @@ export default {
title: this.$p.t('global', 'text'),
width: 250,
tooltip: true,
clipContents: true,
//clipContents: true,
});
// Force layout recalculation for handling overflow text