Navigation link in a DataTable

Navigation link in a DataTable

rajarajananisrajarajananis Posts: 29Questions: 0Answers: 0
edited July 2013 in DataTables 1.9
Hi guys. Hope you are doing well.

can you please tell me how to do navigation link in a column and how to read the data from cell? And, based on the data I need to navigate the different pages

Thank you!!

Raja.S
Software Developer at Simpluris India

Replies

  • rajarajananisrajarajananis Posts: 29Questions: 0Answers: 0
    Hello all,

    I just fixed it myself.. If anyone wants to know please see my sample code


    "mRender": function (data, type, full) {
    return 'View';
    }

    Hope it helps.. :)
This discussion has been closed.