Is there any plans to support restful services and json requests (as jqGrid does) as a data source instead of a SQL database?
1 Answers
Hello,
Currently, php arrays are supported to load grid. One can transform rss or json to php array, and then set in phpgrid source.
Can you send me link of the example you are referring.
Limitation is, all data handling is then done on client side. No server side operation for sort,page,etc are done.
Your Answer