Click on table and redirect page
Click on table and redirect page
![jcontreras](https://secure.gravatar.com/avatar/644f5907f99645dea1bc912d95464150/?default=https%3A%2F%2Fvanillicon.com%2F644f5907f99645dea1bc912d95464150_200.png&rating=g&size=120)
Hello all ,
I need to make a click on the row in the table and redirect other page, (this page will contain features or detail of the row).
its posible ??
This discussion has been closed.
Replies
Firstly, you might want to look at the master/detail for showing further information:
https://datatables.net/examples/api/row_details.html
Secondly, displaying an url in a table cell is covered in the columns.render documentation.
And finally, if you want to click anywhere on the row to do a redirect, do it in exactly the same way you would without DataTables - have a jQuery event handler that you subscribe to the click event for the table rows and then have that handler do the page redirect.
Allan