Jquery DataTable过滤器排序

时间:2013-12-17 08:18:27

标签: jquery jquery-plugins

我尝试使用 datatable 在jquery中排序(排序过滤器)数据。

我有以下代码,但列中没有功能,如排序

我想念的地方为什么以下代码不起作用?

$('#sample_1').dataTable().ColumnFilter({
       sPlaceHolder: "head: before",
       aoColumns: [{ type: "date-range" },
                   { type: "text" },
                   { type: "text" }
                  ]
       });
});

任何帮助将不胜感激。

0 个答案:

没有答案