oTable.columns( 2 ).search( id )

作者: 您好简书 | 来源:发表于2019-07-10 13:25 被阅读8次
$('.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)特定列的查询值

相关文章

网友评论

    本文标题:oTable.columns( 2 ).search( id )

    本文链接:https://www.haomeiwen.com/subject/rpthkctx.html