2016-12-19 4 views
0

https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable에있는 wenzhixin 부트 스트랩 테이블의 편집 가능한 확장 기능을 사용하는 데 문제가 있습니다. 내 프로젝트에서 이미 다른 용도로 Bootstrap-table을 사용하고 있기 때문에이 확장을 사용하기로 결정했습니다. 나는이 편집 가능한 확장 기능을 사용하면 내가 크롬에 다음과 같은 콘솔 오류가 발생합니다 :편집 가능한 부트 스트랩 테이블 확장을 사용하는 중 오류가 발생했습니다.

내가 문제 야, 나는 또한 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

답변