My problem is that I could not find ANY simple example how to fetch data from list using SPServices.
For example I have a list under
http://mysharepoint/sites/mysite/Lists/Experts/AllItems.aspx
there is really BIG list, but I want for testing purposes only fetch for example columns called Name and Title.
What are my special requirements? I want to fetch that data and push them to my jqGrid which is on site:
http://mysharepoint/sites/mysite/Lists/Experts/FilterTest.aspx
So I assume I have to run SPServices script on FilterTest.aspx and fetch data from AllItems.aspx but I did not see any really simple and well explained tutorial.
Can I please ask for your help?
I will parse JSON from SPServices to be valid for jqGrid but first of all I don't know how to even get this JSON.