gpt4 book ai didi

javascript - jquery 数据表添加行。 https ://datatables. 网

转载 作者:行者123 更新时间:2023-12-03 11:29:07 26 4
gpt4 key购买 nike

我正在尝试向我的 Java 脚本数据表添加一行 ( https://datatables.net )

ReportTable = $('#ReportsTable').dataTable({
//"data": Reportdata,
"bLengthChange": false,
"columns": [
{ "data": "name", "sTitle": "Name", "sWidth": "300px"},
{ "data": "type", "sTitle": "Report Type" },
{ "data": "timestamp", "sTitle": "Purchase Date" }
]
});

ReportTable.row.add("{name:'Test', type:'test', timestamp:'test'}").draw();

我一直在关注页面https://datatables.net/reference/api/rows.add()http://www.datatables.net/examples/api/add_row.html运气不好。

我收到的错误如下:

Uncaught TypeError: Cannot read property 'add' of undefined

最佳答案

ReportTable = $('#ReportsTable').dataTable(必须是ReportTable = $('#ReportsTable').数据表(

关于javascript - jquery 数据表添加行。 https ://datatables. 网,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26801873/

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