More info links and custom image links issue
More info links and custom image links issue
dannyy
Posts: 7Questions: 0Answers: 0
Hi
I have seem to have found an issue with the datatables containing image links along with the more information popup layer. I have found that when a custom image link is placed in the table and is clicked on, the image is replaced with the open image for the more information layer.
What can I do to stop this from happening.
Many Thanks
Danny
I have seem to have found an issue with the datatables containing image links along with the more information popup layer. I have found that when a custom image link is placed in the table and is clicked on, the image is replaced with the open image for the more information layer.
What can I do to stop this from happening.
Many Thanks
Danny
This discussion has been closed.
Replies
I assume you are referring to something like this example: http://datatables.net/examples/api/row_details.html . If you have a look at the event listener code, you'll see the part which changes the open and close image - it sounds rather like you'll need to make a modification to that code, to make it suit your usage, rather than it being a bug in DataTables.
Regards,
Allan