Hyperlink in row and datatable.

Hyperlink in row and datatable.

therubbletherubble Posts: 3Questions: 0Answers: 0
edited August 2010 in General
I'm trying to create a hyperlink inside the datatable column, I need to be fairly flexible as I need to put custom css classes on for other jquery plugins.

I'm not sure whats the best way to achieve this.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    How would you do it in a table that isn't using DataTables? :-). Try doing it exactly the same way. Or if you want to be more fancy with it, you can use fnRender: http://datatables.net/usage/columns#fnRender

    Allan
  • therubbletherubble Posts: 3Questions: 0Answers: 0
    Sorry should have been more specific, I've implemented server side paging. I am using fnRender its working a treat cheers.
This discussion has been closed.