Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

can't Show tooltip #386

Open
mahsad71 opened this issue Jul 15, 2017 · 1 comment
Open

can't Show tooltip #386

mahsad71 opened this issue Jul 15, 2017 · 1 comment

Comments

@mahsad71
Copy link

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.

@mahsad71
Copy link
Author

mahsad71 commented Aug 1, 2017

solved by adding this:
componentDidUpdate() { //reset tooltip data-toggle $('[data-toggle="tooltip"]').tooltip(); }

but another problem is that the columns that uses tooltip can't sort.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant