You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can add popovers to headers in tables like this:
TD::make("service", 'Service')
->popover("Name of the service")
->filter(TD::FILTER_TEXT)
->align(TD::ALIGN_CENTER)
However, there are some service names in the table I use, and these service names are categorized into about 4 different services. I need to add some tooltips to these service names.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I can add popovers to headers in tables like this:
However, there are some service names in the table I use, and these service names are categorized into about 4 different services. I need to add some tooltips to these service names.
Is there any way I can do this?
f.e
Beta Was this translation helpful? Give feedback.
All reactions