I am using the following Datatable example, with the addition of some hyperlinks: Datatable Column Filter
Example of hyperlink code added - <td><a href="link.html">Tiger Nixon</a></td>
Steps:
- Search/Filter any column in the table.
- Click on a hyperlink. -> nothing happens. (linked page should open)
- Click on a hyperlink again. -> linked page opens.
After using the column filter, I need to un-focus the column filter by clicking within the table rows, then I can click on the hyperlink.
Question: Can this be fixed so only one click is needed?
Further info:
This looks to be a similar issue to mine but not similar enough to fix my problem: