primefaces global filter without the column filters

后端 未结 2 407
我寻月下人不归
我寻月下人不归 2021-01-01 23:41

I\'m working on the example mentioned in primefaces showcase. I am trying to create a global filter for the datatable.
Currently the table looks like this:

2条回答
  •  执笔经年
    2021-01-02 00:29

    or you can just put:

    .ui-column-filter{
         display: none !important;
    }
    

    in your .css to hide all column filters

提交回复
热议问题