How to manipulate a data based on some condition

How to manipulate a data based on some condition

vinaySinghvinaySingh Posts: 1Questions: 1Answers: 0

Hi,

I am using the DataTables in one of my project. We have same layout for 4 different pages. So my table look and feel is also same for all 4 pages except column names and data.

The developer have coded in such a way that it will get the data in double dimensional array of strings from server.
In these data we have some data as url and i wanted to make it as hyperlink.
So, is it possible in data table to put some check and manipulate that particular data to make hyperlink when we are loading from ajax ?

This discussion has been closed.