Feature request
<p:ajax event="filter"/> and no error
<p:ajax event="filter"/> and error _
Currently, the TreeTable component can be sorted and filtered. However, only the sort event (sort | org.primefaces.event.SortEvent) is supported at the moment. It would be useful to have support for a filter event as in the DataTable.
Your nickname looks like you would like to work on it and provide a PR? :D
@tandraschko I can have a look at it :)
@MatthiasScherrerFGCZ any news?
added basic support; data will be null in the event as TreeTable doesnt have the "filteredValue" in the state as DataTable.
Most helpful comment
Your nickname looks like you would like to work on it and provide a PR? :D