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

can't Show tooltip #386

@mahsad71

Description

@mahsad71

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions