dojo的问题?读数据的时候怎么那么慢啊是不是代码有问题?
这段代码是demo里面自带的读取json数据然后显示。我希望数据量大点的时候,网页一打开,能最快速度加载完数据显示在页面上,拖动滚动条翻页也尽量做到流畅啊<spandoj...
这段代码是demo里面自带的读取json数据然后显示。
我希望数据量大点的时候,网页一打开,能最快速度加载完数据显示在页面上,拖动滚动条翻页也尽量做到流畅啊
<span dojoType="dojo.data.ItemFileWriteStore"
jsId="jsonStore" url="../../../dijit/tests/_data/countries.json">
</span>
<table dojoType="dojox.grid.DataGrid"
jsid="grid" id="grid"
store="jsonStore" query="{ name: '*' }" rowsPerPage="20" rowSelector="20px">
<thead>
<tr>
<th field="name" width="300px">Country/Continent Name</th>
<th field="type" width="auto">Type</th>
</tr>
</thead>
</table> 展开
我希望数据量大点的时候,网页一打开,能最快速度加载完数据显示在页面上,拖动滚动条翻页也尽量做到流畅啊
<span dojoType="dojo.data.ItemFileWriteStore"
jsId="jsonStore" url="../../../dijit/tests/_data/countries.json">
</span>
<table dojoType="dojox.grid.DataGrid"
jsid="grid" id="grid"
store="jsonStore" query="{ name: '*' }" rowsPerPage="20" rowSelector="20px">
<thead>
<tr>
<th field="name" width="300px">Country/Continent Name</th>
<th field="type" width="auto">Type</th>
</tr>
</thead>
</table> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询