我在使用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
的示例答案 0 :(得分:0)
可能是因为版本冲突。 请尝试使用以下css和js https://rawgit.com/wenzhixin/bootstrap-table/master/src/bootstrap-table.css https://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css https://rawgit.com/wenzhixin/bootstrap-table/master/src/bootstrap-table.js https://rawgit.com/fsauter/bootstrap-table/develop/src/extensions/editable/bootstrap-table-editable.js https://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/js/bootstrap-editable.min.js