filterOptions « PrimeFaces « JSF Q&A





1. Dynamic update filterOptions for DataTable column    forum.primefaces.org

Hi! I am newbie in Primefaces and Ajax. I have datatable with column filtering through filterOptions. In my datatable, the second column is dependent on first, e.g. first column is car ...

2. Can't Hide FilterBy if using filterOptions    forum.primefaces.org

3. [PATCH] Allow column filterOptions to be a Collection    forum.primefaces.org

Hey guys, Currently the filterOptions property on p:column accepts an array of selectitems. I don't like arrays. This patch enables support for a Collection of SelectItems. Arrays are, of course, still ...

4. Filteroptions struggles with boolean values    forum.primefaces.org

public SelectItem[] getBooleanForFilter() { SelectItem[] booleans = new SelectItem[3]; booleans[0] = new SelectItem(null, ""); booleans[1] = new ...

6. DataTable: filterOptions: keep value    forum.primefaces.org

I submit a form that contains a DataTable with several filters. The results stay the same and the values of filters with inputText are kept (which is correct) but the ones ...