Datatables select row with hyperlink at column
Datatables select row with hyperlink at column
cokechiu
Posts: 40Questions: 14Answers: 5
Hi,
- I have a datatable with option "select" set as "single"
- Each row has a column displaying an clickable image
- When a row selected, on select event will popup an modal with detail information inside
The problem is:
- When I click the image, the datatable select event and hyperlink at image fired at the same time.
I cannot think of a solution to resolve this requirement
http://wanfung.dige2.net/admin/application/clientPaint.php
Login ID : allan
pasword : allanalex
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I couldn't connect, that password wasn't accepted.
Are you saying you want the hyperlink to work, or the row selection to work? If row selection, it would make sense to have a select column, something like this.
Colin
Hi colin,
I've changed the password as follow:
http://wanfung.dige2.net/admin/application/clientPaint.php
Login ID : allan
pasword : allancolin
I want select event wont fire when I click the image link.
Sorry for my bad English.
Hi colin,
I think your suggestion can solve my problem, thanks for your help.