Hi All,
I want to display ToolTip on TableWidget's specific Column. But when I try to display I got this weird output.
.tooltip-wrapper { max-width: 200px !important; background-color: #f1f1f1 !important; color: #000000 !important; }
I tried to apply above css but it is not working. Please help me here
App Type : Reactive
Thanks
Hello, Steave!
If you want to change the tooltip-wrapper style class of a specific column you will to need follow these steps:
It will affect all .tooltip-wrapper classes inside the tooltip-wrapper-col-01 style class.
Thanks for reply KaduBorges. Still not working. I am getting the same output
If it's possible, you could send here the theme that you have been changing so I could apply it here to search for the problem. Or, at least, you could send me the inspect information from the browser, so I can compared with mine.