Providing Links in the datatable
Providing Links in the datatable
sameer.raghunath
Posts: 2Questions: 0Answers: 0
Dear All,
I have one requirement in which I have to provide link to the data in the first column. Kindly help me out with this.
I have one requirement in which I have to provide link to the data in the first column. Kindly help me out with this.
This discussion has been closed.
Replies
1. Simply put the A tag into the data return from the server
2. Use fnRender ( http://datatables.net/usage/columns#fnRender ) to create the link.
Allan