Hi,
I'm using Generic service to extract data from a json file locally and show into a list component. This is done.
My question is how to filter the JSON data because the request does not have the " Query String " option?
Thanks.
Hi,
I'm using Generic service to extract data from a json file locally and show into a list component. This is done.
My question is how to filter the JSON data because the request does not have the " Query String " option?
Thanks.
Hello RCMX,
Please check these posts, hope they will be useful for you:
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...
Thanks for reply.
I found a solution using $.grep before settings.complete and using settings.data.someParameter to pass the filter string.
Thanks again.