ext2.2中列排序的时候按照字符串排序,需要如何修改.
2条回答 默认 最新
斯洛文尼亚旅游 2016-05-23 08:59关注store中定义type,不是在grid的column定义
var store = new Ext.data.Store({ fields: [ { name: 'xxxxxx', type: 'float' },本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
store中定义type,不是在grid的column定义
var store = new Ext.data.Store({
fields: [
{ name: 'xxxxxx', type: 'float' },