mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
fixes the bug with the columnDefault tooltips that was inside the TableWidget.js file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user