Tooltip getting displayed even after setting false for frozen column header
See original GitHub issueDescribe the bug I have enabled tooltips and header tooltips on table level and if I disable tooltip on particular column level tooltips are still getting displayed. This is not possible in Tabulator?
Tabulator Info
- version 4.2.7
Working Example Please check on the fiddle link Tooltip bug
To Reproduce Steps to reproduce the behavior:
- set
tooltipsHeader: true
andtooltips: true
on table level - set
tooltipsHeader: false
andtooltips: false
on column level
Expected behavior tool tip should be disabled for particular column
Thanks, Abdul
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
column(cell) tooltip showing in wrong position after swap
After swapping columns, the tooltip still shows in the old column position. I set the tooltip in: RadGrid1_ItemDataBound using: ((TableCell)e ...
Read more >Showing tooltip for the frozen row in Kendo Grid - Stack Overflow
I wanted to show a tool tip when user hover mouse over the grid row. I was able to show tooltip for all...
Read more >GridControl displays incorrect cell tooltips for columns with the ...
Hi,. We have a data grid with large number of both bounded and unbounded columns. We display custom tool tips on the cells...
Read more >Tooltip | Common Settings - AnyChart Documentation
Tooltip is a text box that is hidden by default and can be displayed when a point on a chart is hovered over....
Read more >Tooltip Implementation - Documentation - Webix
Tooltip is connected with a component or its item and becomes visible when ... You can cancel tooltips for some columns by setting...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@olifolkerd thanks. That works. But I wonder why there is no error logged in console when I typed
tooltips
instead oftooltip
?because at the moment tabulator only cares about paramters it is looking for, it ignores any that arnt valid