I have an application which fetches all records from a table using a web service.
The service returns the data to php. I have handled all enc-decodings. How do i show that data in the phpgrid.
I use json format. I get data in a single php variable.
Can anyone show me a short sample code about how do i assign this single variable to the grid. Suppose i get 2 fields in the php variable. How do i assign them to the grid????
1 Answers
Your Answer