Ext的grid基本用法
Ext的grid基本用法
根据前端传值,从后台查询数据,动态加载至页面显示。
前端:
var storePerson = new Ext.data.JsonStore({
remoteSort: true, root: 'root', idProperty: 'id',
fields: ['id', 'name', 'sex'],
baseParams: {dataType: 'json'},
proxy: new Ext.data.HttpP
原创
2021-01-12 15:18:23 ·
775 阅读 ·
0 评论