N°3912 - Polishing: Export - display of tabular fields

This commit is contained in:
acognet
2021-06-21 16:46:43 +02:00
parent 5db8bd06ba
commit 32ac999ff5

View File

@@ -376,6 +376,7 @@ $(function () {
var sDataAttcode = $(elt).attr('data-attcode');
var sTooltipContent = me._get_tooltip_content(sDataAttcode);
tippy(elt, {
appendTo: document.body,
'content': sTooltipContent,
allowHTML: true,
interactive: true,