反映单个字符的JQuery数据表

时间:2017-08-24 18:35:18

标签: datatables

我有一个名为arr的相当简单的javascript数组,其中有两个字符串。

arr.push("first");
arr.push("second");

数据表代码是:

j$("data_table").DataTable({data:arr,columns:[{"title":"Position"}]});

为什么表中只显示两个字符串的单个字符。

0 个答案:

没有答案