Providing Links in the datatable

Providing Links in the datatable

sameer.raghunathsameer.raghunath Posts: 2Questions: 0Answers: 0
edited February 2011 in Plug-ins
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.

Replies

  • sameer.raghunathsameer.raghunath Posts: 2Questions: 0Answers: 0
    Also, the data is coming from server side. So that I will have to assign first column data to some different links based on the data. Any help on this will be really appreciated.
  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    Two options:

    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
This discussion has been closed.