$('.filterSect').click(function(){
/* onclick get data-attribute of a button */
id = $(this).data("sect")
oTable.columns( 2 ).search( id ).draw();
});
oTable.columns( 2 ).search( id ).draw();
它是一个单列值的自动按钮过滤器
oTable是指哪个表格
columns(2)特定列的查询值
网友评论