mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Added tooltips on column headers (displaying title) in TableWidget
Now this is a standard behaviour of TableWidget.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user