data-order is breaking my tooltips!

data-order is breaking my tooltips!

blazoblazo Posts: 1Questions: 1Answers: 0

I just added the data-order code to my TD so it will sort properly. Sorting works perfect now, but when I use data-order, all of a sudden my tooltips stop working!

Anyone know why this is happening? Is something conflicting? Here is the code:

<td data-order="<?=$averagepoints?>"><span data-toggle="tooltip" data-trigger="hover click" data-placement="bottom" title="" data-html="true" data-original-title="Average Points:<?=$averagepoints?>">Average Points</span></td>

Answers

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

This discussion has been closed.