且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

DataTables:未捕获的TypeError:无法读取未定义的属性“默认值”

更新时间:2022-10-28 11:59:14

问题在于 dataTable

确保您正在加载 .js 文件的顺序正确:

Ensure that you are loading the .js files in the correct order:

<script src="/Scripts/jquery.dataTables.js"></script>
<script src="/Scripts/dataTables.bootstrap.js"></script>