table.render({ elem: '#orderTable', id: 'orderTable', cols:[cols], data:arr, skin: 'grid', page:false,//不分页 limit:Number.MAX_VALUE,// 数据表格默认全部显示 done: function (res, curr, count) { }, });