1. Dynamic update filterOptions for DataTable column forum.primefaces.orgHi! 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.orgHey 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.orgpublic SelectItem[] getBooleanForFilter() { SelectItem[] booleans = new SelectItem[3]; booleans[0] = new SelectItem(null, ""); booleans[1] = new ... |
5. Knowing the value of a FilterOptions selected in a column forum.primefaces.org |
6. DataTable: filterOptions: keep value forum.primefaces.orgI 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 ... |