使用Bootstrap-Table的可编辑扩展时出错

时间:2016-12-19 14:33:29

标签: jquery x-editable bootstrap-table

我在使用https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable找到的wenzhixin Bootstrap-table的可编辑扩展时遇到了一些麻烦。我刚刚决定使用这个扩展,因为我已经在我的项目中将Bootstrap-table用于其他目的。当我使用此可修改扩展程序时,我在Chrome上收到以下控制台错误:

jquery.min.js:2 Uncaught TypeError: Cannot read property 'length' of undefined
at Function.each (jquery.min.js:2)
at BootstrapTable.initTable (bootstrap-table-editable.js:45)
at BootstrapTable.init (bootstrap-table.js:344)
at new BootstrapTable (bootstrap-table.js:126)
at HTMLTableElement.<anonymous> (bootstrap-table.js:2202)
at Function.each (jquery.min.js:2)
at n.fn.init.each (jquery.min.js:2)
at n.fn.init.$.fn.bootstrapTable (bootstrap-table.js:2179)
at HTMLDocument.<anonymous> (bootstrap-table.js:2219)
at j (jquery.min.js:2)

我无法理解可能是什么问题。我试着查看http://issues.wenzhixin.net.cn/bootstrap-table/https://github.com/wenzhixin/bootstrap-table-examples/blob/master/welcome.html上的文档和示例。另外,我还在github存储库中查找了Bootstrap-table的问题https://github.com/wenzhixin/bootstrap-table-examples/issues

的示例