码迷,mamicode.com
首页 > 其他好文 > 详细

datatable 重复初始化

时间:2014-11-12 19:46:45      阅读:499      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   ar   使用   sp   for   

本人blog中中写的datatable版本是1.10及其以上的文章。起之前版本是否使用暂时没有研究过。

直接看错误

DataTables warning: table id=rap-table-list-comm-mem - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3


该种解决方式。

判断该datatable是否初始化。重复的初始化就会报该错误。

    if (_tableList == undefined) {          直接看其是否等于 undefined就可以判断其是否初始化。
              去初始化    _tableList
     }

datatable 重复初始化

标签:style   blog   http   io   color   ar   使用   sp   for   

原文地址:http://blog.csdn.net/baicp3/article/details/41048563

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!