Thank you so much for your response. I am familiar with bootstrap but right now I am using Materialize CSS framework. What I want to do is to make a table within the tooltip
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I guess it depends on what kind of framework you are using (if you are).
If you use bootstrap tooltip, then yes, it's easily possible, using
data-htmlattribute, and set it totrue. Likedata-html="true"It's in the documentation
Thank you so much for your response. I am familiar with bootstrap but right now I am using Materialize CSS framework. What I want to do is to make a table within the tooltip