fixes the bug with the columnDefault tooltips that was inside the TableWidget.js file

This commit is contained in:
SimonGschnell
2024-04-24 14:59:46 +02:00
parent 5a62dbc740
commit cea06994de
5 changed files with 16 additions and 28 deletions
@@ -221,12 +221,7 @@ $filterWidgetArray = array(
},
columnDefaults:{
//columnDefaults tooltip did not work
tooltip:function(e, cell, onRendered){
return func_tooltips(cell);
},
tooltip:func_tooltips,
headerFilterPlaceholder: " ",
}
@@ -167,12 +167,8 @@ $filterWidgetArray = array(
return func_selectableCheck(row);
},
columnDefaults:{
//columnDefaults tooltip did not work
tooltip:func_tooltips,
headerFilterPlaceholder: " ",
}
}', // tabulator properties