view: new Ext.ux.grid.BufferView({
// custom row height
rowHeight: 34,
// render rows as they come into viewable area.
scrollDelay: false,
forceFit: true,
deferEmptyText: true,
emptyText: "无相关数据"
})
Extjs 3.0 新增了Ext.ux.BufferView,对大数据量的显示进行了优化
详细可以见
\ext-3.0-rc2\examples\grid\buffer.js
\ext-3.0-rc2\examples\ux\BufferView.js
ps,3.0正式版是Ext.ux.grid.BufferView, 而RC1,2,3是Ext.ux.BufferView
或者用
Ext.ux.LiveGrid
2.0时候就有的扩展了,现在更新到3.0版本
http://extjs.com/forum/showthread.php?t=17791
相关文章: <ExtJs Grid 大数据量的显示效率问题> http://atian25.iteye.com/blog/267073
本文介绍了Extjs中用于优化大数据量显示的组件BufferView及其使用方法。通过配置如rowHeight等属性,能够显著提高大数据表格的加载速度及用户体验。
5165

被折叠的 条评论
为什么被折叠?



