gpt4 book ai didi

javascript - 数据表 - 未捕获的类型错误 : ba is undefined

转载 作者:行者123 更新时间:2023-12-03 23:33:42 27 4
gpt4 key购买 nike

我遇到的错误是:

"Uncaught TypeError: ba is undefined"
"https://cdn.datatables.net/v/dt/dt-1.10.22/b-1.6.5/b-print-1.6.5/r-2.2.6/datatables.min.js:119"

没有显示其他错误。我将 Jquery 放在列表的首位,并检查了所有路径是否正常。我也得到了我认为最合适的link来自数据表网站。

<!DOCTYPE html>
<html lang="en">
<head>
<title>Ajax Filter table</title>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.22/b-1.6.5/b-print-1.6.5/r-2.2.6/datatables.min.css"/>
<script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.10.22/b-1.6.5/b-print-1.6.5/r-2.2.6/datatables.min.js"></script>

<script>
$(document).ready(function(){
$('#table').DataTable();
})
</script>

</head>
<body>
<div class="container">
<table class="table table-striped" id="table">
<tr>
<th>one</th>
<th>two</th>
<th>three</th>
<th>four</th>
</tr>
<tr>
<td>one</td>
<td>two</td>
<td>three</td>
<td>four</td>
</tr>
</table>
</div>
</body>
</html>

最佳答案

解决方案是以数据表喜欢的方式构建表。他们的主页上没有任何内容,他们告诉您这只是导入 2 个脚本文件的情况。但它们要求您使用 thead 和 tbody 元素。没有这个,它就会翻倒,错误对诊断没有任何帮助!

关于javascript - 数据表 - 未捕获的类型错误 : ba is undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64529308/

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