DataTable
datatable 簡單範例 (包含ajax + datatable,最底下)
https://dotblogs.com.tw/shadow/2018/04/03/013433
Load DataTable data through button Click (用ajax添加data)
https://stackoverflow.com/questions/26717168/load-datatable-data-through-button-click
清空html (可用於datatable重置)
https://blog.csdn.net/szwangdf/article/details/40817927
https://codertw.com/%E5%89%8D%E7%AB%AF%E9%96%8B%E7%99%BC/245333/
Datatable with AJAX (dataTable vs DataTable)
https://stackoverflow.com/questions/24074122/updating-datatable-with-ajax
欄位寬度
https://datatables.net/reference/option/columns.width
http://datatables.club/reference/option/columnDefs.html
自訂顯示元件與文字
https://blog.csdn.net/u013475983/article/details/79849971
https://legacy.datatables.net/examples/basic_init/language.html
https://stackoverflow.com/questions/19928753/hide-lengthmenu-from-jquery-datatable
Last updated