oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

New user trying to learn how to use gridx #405

Open torsilver opened 7 years ago

torsilver commented 7 years ago

I am trying to learn gridx from the webpage "https://github.com/oria/gridx/wiki/Introduction-to-Gridx". I try to use the codes from this page. But after trying this. nothing shows on my test page. Can someone give me some advise on it? code

I am a new coder for gridx. Any advise will be great helpfull for me. Thanks all. Here is the code for my test page.

shanghaikid commented 7 years ago

default primary key is 'id', that means each row in your data set should have one key(id), and its value should be the field value which you defined in the columns.

so the ids should be 'id', 'title' and 'artist' not 1,2,3