gpt4 book ai didi

jquery - 为什么我在清除数据表时得到 .clear() is not a function ?

转载 作者:行者123 更新时间:2023-12-01 03:07:44 30 4
gpt4 key购买 nike

我收到以下错误:

getdata.js:96 Uncaught TypeError: $(...).dataTable(...).clear is not a function

当我使用以下代码时:

$("#dynamic-table").dataTable().clear();

虽然该函数工作正常并清除数据表,但我在控制台中收到错误

最佳答案

下面的 jsfiddle 示例,删除(在分页表上!)的所有内容。

$("#delete").click(function() {
dataTable.fnClearTable();
dataTable.fnAddData([
'new engine',
'new browser',
'new platform',
'new version',
'new css'
]);
});

你应该使用像$('#table').dataTable().fnClearTable();并检查js fiddle

jsfiddle

关于jquery - 为什么我在清除数据表时得到 .clear() is not a function ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43911969/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com