Datables wrning(table id='example'):Cannot reinitialise DataTable.

出现的问题如下所示:

1 Datables wrning(table id=‘example‘):Cannot reinitialise DataTable. To retrieve the 2 Datables object for this table,please pass eithser no arguments to the dataTable() function,

我查阅了网上的教程。

给出两种解决方式:

加 "bDestroy":true,和"bRetrieve": true, 只是能屏蔽提示。
加一fnDestroy();在代码中:
$(‘#example‘).dataTable().fnDestroy();

给一段我写的跳json的代码:

  

 1 //加载审核信息
 2 function jzxw(){
 3     $.ajax( {
 4         type : ‘POST‘,
 5         dataType : ‘json‘, // json对象
 6         url : ‘order1!show1.action‘,
 7         data : null,
 8         success : function(response, status, xhr) {
 9             var s = "";
10             s +=‘<thead><tr><td  width="7%"><input type="checkbox" id="select" /><label><b>全选</b></label> </td><td><center><b>订单号</b></center></td><td ><center><b>申请退款的时间</b></center></td><td ><center><b>退款金额</b></center></td><td ><b><center>状态</b></center></td><td ><center><b>操作</b></center></td></tr></thead>‘;
11             s +=‘<tbody>‘;
12             $.each(response,function(index, value) {
13                                 // 组合
14                                 s+=‘<tr><td><input type="checkbox" name="ckb" value="‘+value[0]+‘">‘
15                                 s += ‘</td><td><center>‘ + value[1];
16                                 s += ‘</center></td><td><center>‘ + value[2]
17                                         + ‘</center></td><td><center>‘ + value[3]
18                                         + ‘</center></td><td><center>‘ + value[4]
19                                         +‘</center></td><td><center>‘
20                                 s += ‘<a class="btn btn-info" onclick="scxw(‘+value[0]+‘)">通过审核</a>‘;
21                                 s += ‘</center></td></tr>‘;
22                             })
23              s +=‘</tbody>‘;
24             $("#table_id").html(s);
25             $("#table_id").dataTable({
26             "bDestroy":true,
27
28   "oLanguage": {
29                     "sProcessing": "正在加载中......",
30                     "sLengthMenu": "每页显示 _MENU_ 条记录",
31                     "sZeroRecords": "对不起,查询不到相关数据!",
32                     "sEmptyTable": "表中无数据存在!",
33                     "sInfo": "当前显示 _START_ 到 _END_ 条,共 _TOTAL_ 条记录",
34                     "sInfoFiltered": "数据表中共为 _MAX_ 条记录",
35                     "sSearch": "搜索",
36                     "oPaginate": {
37                         "sFirst": "首页",
38                         "sPrevious": "上一页",
39                         "sNext": "下一页",
40                         "sLast": "末页"
41                     }
42                 } //多语言配置
43
44
45             });
46
47             ckb();
48         },
49         error : function() {
50             alert("加载失败");
51         }
52
53     })
54
55 }

这样子就不会出现错误的提示信息了

Datables wrning(table id='example'):Cannot reinitialise DataTable.

时间: 2024-10-12 03:40:42

Datables wrning(table id='example'):Cannot reinitialise DataTable.的相关文章

DataTables warning: table id=dataTable - Requested unknown parameter &#39;acceptId&#39; for row 0. For more

重点内容 DataTables warning: table id=dataTable - Requested unknown parameter 'acceptId' for row 0. For more information about this error, please see http://datatables.net/tn/4 使用jquery.datatable时发生上面错误,配置如下: table = $("#dataTable").dataTable({ &quo

DataTables warning: table id=data-table - Requested unknown parameter &#39;3&#39; for row 0.

本文为博主原创,未经允许,不得转载: 在使用jquery 的datatable时,报错在页面弹出弹出框,并提示以下内容: DataTables warning: table id=data-table - Requested unknown parameter '3' for row 0. For more information about this error, please see http://datatables.net/tn/4 错误原因: 在进行列展示的时候,未能解析出对应的值,然

DataTables warning: TABLE id=DataTables_Table_0 - Requested UNKNOWN parameter &#39;7&#39; FOR ROW 0

使用H-ui.admin或者DataTables的人都难免会碰到: DataTables warning: TABLE id=DataTables_Table_0 - Requested UNKNOWN parameter '7' FOR ROW 0. FOR more information about this error, please see http://datatables.net/tn/4 此错误,结果去了DataTables官网手册也没看懂怎么解决. 耐着着急的赶项目的心,仔细去

dataTables去掉搜索框和每页多少条框体,解决Cannot reinitialise DataTable问题

$('#example').DataTable({ searching:false, //去掉搜索框 bLengthChange:false,//去掉每页多少条框体 "language": { "info": "", // 表格左下角显示的文字 "paginate": { "previous": "上一页", "next": "下一页" } },

DataTables warning: table id=DataTables_Table_0 - Requested unknown paramete

$('.table-sort').dataTable({ "aaSorting": [[ 1, "desc" ]],//默认第几个排序 "bStateSave": true,//状态保存 "pading":false, "aoColumnDefs": [ //{"bVisible": false, "aTargets": [ 3 ]} //控制列的隐藏显示 {&quo

C#实现库存管理系统显示物料信息时报500错(DataTables warning: table id=myTable1 - Ajax error.)

看了其他人的错误,有的是字段问题,有的是数据库权限问题 自己的问题是数据库表中创建时间字段为空了 应加个判断 $(function() { var cols = [ { data: "Id", name: "Id", orderable: false }, { data: function (e) { if (e.CreateTime) { return e.CreateTime.toString().getDate(); } else { return "

jquery 的datatables插件问题(多列排序)

//按第二列降序排序, 出现提示: Datables wrning(table id='example'):Cannot reinitialise DataTable. To retrieve theDatables object for this table,please pass eithser no arguments to the dataTable() function, 解决方法: 1.加 "bDestroy":true,和"bRetrieve": tr

datatable 重复初始化

本人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是否初始化.重复的

bootstrap的table调用本列ID

我们是用json解析数据. 后台传送data数据~ String data = JSON.toJSONString(baseInfoService.list());request.setAttribute("data", data); <table id="table"></table> $(document).ready(function () { var data = JSON.parse('${data}'); //过滤掉重复的内容: