我JSON數據格式如下:灌裝Dojox.grid.DataGrid用JSON數據
var jsonData = [{date:'August 19, 2004',open:100.01,high:104.06},{date:'August 19, 2004',open:100.01,high:104.06},{date:'August 19, 2004',open:100.01,high:104.06}];
我如何打印Dojox.grid.DataGrid
<body class=" claro ">
<span dojoType="dojo.data.ItemFileReadStore" jsId="store1" url="data.json">
</span>
<table dojoType="dojox.grid.DataGrid" store="store1"
style="width: 100%; height: 100%;">
<thead>
<tr>
<th width="150px" >
Title of Movie
</th>
<th width="150px">
Year
</th>
<th width="150px" >
Producer
</th>
</tr>
</thead>
</table>
</body>
我不明白這個問題..請清除它。 – 2011-07-03 12:28:41