我刚开始使用DataTables,在创建表时一切正常.
当我在表格中显示5,24,47行时,DataTables的行为与我期望的一样.
但我有这个表有大约700行,我在谷歌Chrome中得到错误,
"VM9075 dataTables.min.js:24Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined "
Run Code Online (Sandbox Code Playgroud)
在IE 9中,
"SCRIPT5007: Unable to set value of the property '_DT_CellIndex': object is null or undefined
jquery-1.10.2.min.js, line 4 character 2367"
Run Code Online (Sandbox Code Playgroud)
我没有包含两次btw的jQuery.
我不知道怎么从这里开始.
我试图使用.js文件的未经编译的版本来自己调试它,但我不断得到一个"ext"方法或属性未定义,也无法解决.
任何帮助表示赞赏!