Tooltip is not displaying on Pagination(from 2nd page- from 11th record)

Tooltip is not displaying on Pagination(from 2nd page- from 11th record)

harsh5shettyharsh5shetty Posts: 6Questions: 5Answers: 0

Am Displaying records using data-tables with search and pagination options, when i execute the page the only first 10 rows are having tooltips, rest of the tooltips are not working.

ex:
<td> <a href="example.com" data-toggle="tooltip" data-title="testing 1" data-placement="right" >column 1</a></td><td>column2</td>

assume these records in loop, but only 10 records are having tooltip. when i got the data by view-source all the records having tooltip.

Any Suggestions plz.

Thanks in Advance.

This discussion has been closed.