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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
If you mouse over the first column, you'll see a tooltip appear, but not right below where the mouse is located. It appears over to the right. If you try to mouse over a column further down in the row you'll see the tooltip flash as it's trying to render, but appears to not be able to handle the large content in the tooltip.
As you can see by the sample, I'm trying to make a call queue screen. The large tooltip is because some queues are grouped (summed) together, but when the user mouses over that grouped queue they want to be able to see all the details about each queue that makes up that group.
In the Plunk the data is same for what's shown and what's in tooltip, just because wanted to simplify it.
Lastly, I will say that I am new to Bootstrap and AngularJS so could be something I'm doing wrong.