1

我想找到经典版本使用的由 getSortParam 命名的方法。很难找到现代版本,所以我无法解决问题。你能给我其他的建议吗?

类版本:

     bind: '{Return}',  
     columns: [
          { text: 'box_barcode',           
            dataIndex: 'boxBarcode',    
            flex: 1 
           },
          { text: 'return_seq', 
            dataIndex: 'Id',
            flex: 1,
            getSortParam: function() {
                  return 'ReturnSch.Id';
             }
          },
     ]
4

0 回答 0