easysoft / zui

ZUI is an HTML5 front UI framework.
https://openzui.com
MIT License
2.71k stars 690 forks source link

datatable更新数据时报错 #83

Closed ZbWeb closed 6 years ago

ZbWeb commented 6 years ago

zui.datatable.min.js:7 Uncaught TypeError: Cannot read property 'length' of undefined at s.load (VM39 zui.datatable.min.js:7) at HTMLTableElement. (VM39 zui.datatable.min.js:7) at Function.each (VM37 jquery.js:2) at n.fn.init.each (VM37 jquery.js:2) at n.fn.init.t.fn.datatable (VM39 zui.datatable.min.js:7) at Object.success (list:365) at j (VM37 jquery.js:2) at Object.fireWith [as resolveWith] (VM37 jquery.js:2) at x (VM37 jquery.js:4) at XMLHttpRequest.b (VM37 jquery.js:4)

catouse commented 6 years ago

可能是你的数据格式不正确,确保你的rows内的数据数目与cols定义的列的数目一致。

catouse commented 6 years ago

先关闭了,有问题请留言。