question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tooltip getting displayed even after setting false for frozen column header

See original GitHub issue

Describe 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:

  1. set tooltipsHeader: true and tooltips: true on table level
  2. set tooltipsHeader: false and tooltips: false on column level

Expected behavior tool tip should be disabled for particular column

Thanks, Abdul

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fingers10commented, Jul 21, 2019

@olifolkerd thanks. That works. But I wonder why there is no error logged in console when I typed tooltips instead of tooltip?

0reactions
olifolkerdcommented, Jul 21, 2019

because at the moment tabulator only cares about paramters it is looking for, it ignores any that arnt valid

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found