2016-12-19 27 views
0

https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editableにあるwenzhixinブートストラップテーブルの編集可能な拡張機能を使用する際に問題が発生します。私はすでに私のプロジェクトで他の目的のためにBootstrap-tableを使っているので、この拡張機能を使うことにしました。私はこの編集可能な拡張機能を使用する場合、私はChromeで、次のコンソールエラーを取得:Bootstrap-Tableの編集可能な拡張機能を使用中にエラーが発生しました

私はproblem.Iは、Iも http://issues.wenzhixin.net.cn/bootstrap-table/https://github.com/wenzhixin/bootstrap-table-examples/blob/master/welcome.html .Additionallyでのドキュメントと例を見てみました何ができるかを理解することができません
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) 

ブートストラップテーブルの例についてgithubリポジトリの問題を調べましたhttps://github.com/wenzhixin/bootstrap-table-examples/issues

答えて

関連する問題