Primefaces datatable filter doesn't work

前端 未结 5 1769
萌比男神i
萌比男神i 2020-12-21 06:04

I must do something fundamentally wrong, I stripped down the code to the bare minimum with a data table and enabling one column filter and a globe filter.

The funny

5条回答
  •  旧时难觅i
    2020-12-21 06:43

    Please see lazy property this may be that your data not filter.

    lazy="true" change lazy=false

提交回复
热议问题