DataTable ({ "ajax": { //取得數據內容}, "columns": [ { "data": "name" }, //第一欄使用data中的name { "data": "age" } //第二欄使用data中的age ] }); ...
確定! 回上一頁