posted 8 years ago
I am working with Primefaces Datatables with global and field specific filtering (based on the showcase dataset filter example) but am having filter issues. I have enabled pagination and selection capabilities on the datatable
I populate the table with all available items, have a list for selected and list for filtered items.
I am able to filter from the field specific field initially, but subsequent attempts in the same specific field seem to no longer work.
It seems like there may be an update on the filter field value which is not properly triggering the filter of the widget.filter() correctly or updating the bind bean attribute
.
The Global filter also does not appear to function at all.
The Page Bean looks like:
Dataset class is basic POJO with attributes used in the table.
I suspect I maybe missing a needed attribute (i.e. update, render, ???) but did not see anything like that in the showcase version so am a little confused.
I have tried adding p:ajax event handlers like:
but this does not appear to do anything to help.
Any ideas?
Environment is Primefaces 3.5 on Mojarra 2.0.11 on WebLogic 10.0