Tooltip is not displaying on Pagination(from 2nd page- from 11th record)
Tooltip is not displaying on Pagination(from 2nd page- from 11th record)
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.