Added tooltips on column headers (displaying title) in TableWidget

Now this is a standard behaviour of TableWidget.
This commit is contained in:
Cris
2020-01-30 12:30:26 +01:00
committed by hainberg
parent 8c36b0b67a
commit e1df2cbf23
+1
View File
@@ -522,6 +522,7 @@ var FHC_TableWidget = {
options.columns = arrayTabulatorColumns;
options.data = data.dataset;
options.tooltipsHeader = true; // set header tooltip with column title
options.rowSelectionChanged = function(data, rows){
_func_rowSelectionChanged(data, rows);
};