質問編集履歴

1

$("#foo-table,#foo-table-2").dataTable({~を$("#foo-table,#foo-table-2").DataTable({に変更しました

2019/05/27 05:50

投稿

panda
panda

スコア20

test CHANGED
File without changes
test CHANGED
@@ -420,7 +420,7 @@
420
420
 
421
421
  $(document).ready(function() {
422
422
 
423
- $("#foo-table,#foo-table-2").dataTable({
423
+ $("#foo-table,#foo-table-2").DataTable({
424
424
 
425
425
  // 件数切替機能 無効
426
426
 
@@ -715,3 +715,5 @@
715
715
 
716
716
 
717
717
  jsは詳しくないので、説明文もあるとたすかります。
718
+
719
+ [再現(codepen)](https://codepen.io/satoko-kugo/pen/pmKjZE?editors=0010)