标签: datatables
我有一个名为arr的相当简单的javascript数组,其中有两个字符串。
arr.push("first"); arr.push("second");
数据表代码是:
j$("data_table").DataTable({data:arr,columns:[{"title":"Position"}]});
为什么表中只显示两个字符串的单个字符。