Kli*_*Max 1 javascript extjs extjs3
我在ExtJs 3.4 app中有一个Grid Panel:
kad_tab = new Ext.ux.grid.livegrid.GridPanel({
store: store,
region: 'center',
cm: cm,
selModel: new Ext.ux.grid.livegrid.RowSelectionModel(),
stripeRows : true,
view: myView,
//height: 390,
loadMask: true,
id: 'kad_tab',
autoExpandColumn:'cadColumn',
title:'????????? ???????',
autoWidth:true,
autoScroll: true,
Run Code Online (Sandbox Code Playgroud)
并查看:
var myView = new Ext.ux.grid.livegrid.GridView({
nearLimit : 70,
autoFill: true,
scrollOffset: 0,
loadMask : {
msg : 'Buffering. Please wait...'
}
});
Run Code Online (Sandbox Code Playgroud)
它的外观如何:
你看到最后一行有些问题.我认为它是因为横向滚动.它可以删除水平滚动?
归档时间: |
|
查看次数: |
8167 次 |
最近记录: |