This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Description
I can't show tooltip in the Tr as below:
<Table className="table" id="table">
<Thead>
<Th column="title">
title
</Th>
</Thead>
<Tr>
<Td column="title">
<p>some long <span className="text-border text-border-blue tooltips"
data-toggle="tooltip" data-original-title="long long long">text</span>
</p>
</Td>
</Tr>
</Table>
please help me for fixing this problem.