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'm looking for a solution to enable tooltips in cells. I tried several tips, without success. Until I tried to change it to text.
I did the following in thead:
<th data-header-css-class="col-2" data-column-id="company" data-formatter="company" data-type="text">Company</th>
and then in the formatters
Detail: the tooltip works, it displays the title with the value TEST, but as we can see, the empty column is present. Any tips? Or is there another way to include tooltip in a cell in Bootgrid?
Grateful
The text was updated successfully, but these errors were encountered:
Hello!
I'm looking for a solution to enable tooltips in cells. I tried several tips, without success. Until I tried to change it to text.
I did the following in thead:
<th data-header-css-class="col-2" data-column-id="company" data-formatter="company" data-type="text">Company</th>
and then in the formatters
It worked, but with side effects. It offsets an empty column and then fills (in the wrong column) the data, containing the tooltips.
Example of operation WITHOUT my changes:
Example with my changes, applied to the second column:
Detail: the tooltip works, it displays the title with the value TEST, but as we can see, the empty column is present. Any tips? Or is there another way to include tooltip in a cell in Bootgrid?
Grateful
The text was updated successfully, but these errors were encountered: