ExtJs Grid
Код:
var dataStoreReport = new Ext.data.Store({ // для отчета
proxy: dataProxyParts
,reader: new Ext.data.JsonReader (
{
root: 'results'
,id: 'DK'
},
[
,{name: 'DK', type:'int'} , {name: 'CDPLT', type:'int'}
,{name: 'CDPLT1', type:'int'}
,{name: 'NMPLT', type:'string'}
]
)
,baseParams:{task: "report"}
,sortInfo: {field: "DK", direction: "ASC"}
});
var grid = new Ext.grid.EditorGridPanel({
id:'db-grid'
,margins:{left:3,top:3,right:3,bottom:3}
,store: dataStoreReport
,sm: smod
,iconCls: 'icon-grid'
,cm:colModel
,width:'95%'
,height:480
,enableHdMenu: false
,iconCls:'gridIcon'
,stripeRows: true // полосатая
});
proxy: dataProxyParts
,reader: new Ext.data.JsonReader (
{
root: 'results'
,id: 'DK'
},
[
,{name: 'DK', type:'int'} , {name: 'CDPLT', type:'int'}
,{name: 'CDPLT1', type:'int'}
,{name: 'NMPLT', type:'string'}
]
)
,baseParams:{task: "report"}
,sortInfo: {field: "DK", direction: "ASC"}
});
var grid = new Ext.grid.EditorGridPanel({
id:'db-grid'
,margins:{left:3,top:3,right:3,bottom:3}
,store: dataStoreReport
,sm: smod
,iconCls: 'icon-grid'
,cm:colModel
,width:'95%'
,height:480
,enableHdMenu: false
,iconCls:'gridIcon'
,stripeRows: true // полосатая
});
выведи в консоль dataStoreReport.data и посмотри лежат ли там все строки