Hi,
I have a datatable already initialized. I can't make changes in existing code. Instead, I have to write code to access the data that is received in JSON.
I can see some data in response to the http request in JSON but can't deduce a method to retrieve it. It can be retrieved using fnGetData(i) where i is the row index but this is not json format data.
My actual requirement is to use a property value received in the data from server. So from the server I am sending it as an object embedded in the data. Any other way it can be retrieved?
I have a datatable already initialized. I can't make changes in existing code. Instead, I have to write code to access the data that is received in JSON.
I can see some data in response to the http request in JSON but can't deduce a method to retrieve it. It can be retrieved using fnGetData(i) where i is the row index but this is not json format data.
My actual requirement is to use a property value received in the data from server. So from the server I am sending it as an object embedded in the data. Any other way it can be retrieved?