The Grid Simple Creation test page
Create grid without any properties
Create grid with self defined data property
[ {"id": 1, "name": "apple", "country": "China"}, {"id": 2, "name": "peach", "country": "Japan"}, {"id": 3, "name": "orange", "country": "America"}, {"id": 4, "name": "pear", "country": "Thailand"} ]
update data
Create grid with empty data property