datatables 検索フォームやページングボタンの配置変更

domオプションで,ページングや検索フォーム,各ボタン配置の変更が簡単にできる.

//例
dom: 'lfrtip',

l - length changing input control

f - filtering input

t - The table!

i - Table information summary

p - pagination control

r - processing display element

詳しくは公式ページ参考
https://datatables.net/reference/option/dom