回答編集履歴

1

質問の変更を受けて追記

2017/05/19 06:11

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36138

test CHANGED
@@ -7,3 +7,27 @@
7
7
 
8
8
 
9
9
  スクラッチするならテーブルの内容をオブジェクトなどで保持しておいて、イベントを拾い、対応するビューになるように再描画する、というフローになるかと思います。
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+ ##### 質問の変更を受けて追記
18
+
19
+ > The language strings of 'First', 'Previous' etc **can be optionally** through the internationalisation options of DataTables;
20
+
21
+ [DataTables example - Alternative pagination](https://datatables.net/examples/basic_init/alt_pagination.html)
22
+
23
+
24
+
25
+  
26
+
27
+ > the dom initialisation parameter which can be set to indicate where you wish particular features to appear in the DOM.
28
+
29
+ [DataTables example - DOM positioning](https://datatables.net/examples/basic_init/dom.html)
30
+
31
+
32
+
33
+ まず、ドキュメントを読んでから質問してください。