workaround for tabulator jquery_wrapper

This commit is contained in:
Harald Bamberger
2024-03-12 09:59:21 +01:00
parent aa7982fea9
commit 691bbaaf82
3 changed files with 90 additions and 5 deletions
@@ -225,12 +225,13 @@ $filterWidgetArray = array(
func_rowFormatter(row,this);
},
columnDefaults:{
tooltip:true,
}
tooltip:true
},
//! not working
columnDefaults:{
tooltip:function(e, cell, onRendered){
return func_tooltips(cell);
tooltip:function(e, cell, onRendered){
return func_tooltips(cell);
}
}
}', // tabulator properties
'datasetRepFieldsDefs' => '{
+1 -1
View File
@@ -100,7 +100,7 @@
// Tabulator 5 JS
if ($tabulator5 === true) generateJSsInclude('vendor/olifolkerd/tabulator5/dist/js/tabulator.min.js');
// Tabulator 5 JQuery
if ($tabulator5JQuery === true) generateJSsInclude('vendor/olifolkerd/tabulator5/dist/js/jquery_wrapper.js');
if ($tabulator5JQuery === true) generateJSsInclude('public/js/tabulator/jquery_wrapper.js');
// Tinymce 3 JS
if ($tinymce3 === true) generateJSsInclude('include/tiny_mce/tiny_mce.js');