gpt4 book ai didi

javascript - 尝试运行或启动 dataTables.js 时收到 TypeError

转载 作者:行者123 更新时间:2023-12-01 15:42:06 26 4
gpt4 key购买 nike

我正在尝试使用名为 dataTables.js 的插件运行或启动脚本.我已经设法使用 ES6 导入库导入语句以及 jquery依赖。当我尝试运行或启动插件时,我收到如下所示的错误

jQuery.Deferred exception: (0 , _jquery.default)(...).DataTable is not a function TypeError: (0 , _jquery.default)(...).DataTable is not a function
at HTMLDocument.eval (https://juwto.csb.app/src/index.js:13:37)
at j (https://juwto.csb.app/src/jquery.js:1977:29)
at k (https://juwto.csb.app/src/jquery.js:1983:19)

沙盒链接 - https://codesandbox.io/s/gracious-chaplygin-juwto?file=/index.html

enter image description here

即使我设法正确导入库,我似乎也找不到合适的解决方案或答案
import $ from "./jquery";
import _dt from "./datatables";

$(document).ready(function() {
$("#table").DataTable({
paging: false,
bFilter: false,
bInfo: false
});
});

最佳答案

假设路径正确,尝试像这样导入数据表:import "./datatables.net";

关于javascript - 尝试运行或启动 dataTables.js 时收到 TypeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62127077/

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