Participant
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300) 5 years, 10 months ago
#18744
::
Unfortunately, I dont have any examples at hand, but you can take a look at the table Filtering example of the UI5 Documentation:
https://sapui5.hana.ondemand.com/#/entity/sap.ui.table.Table/sample/sap.ui.table.sample.Filtering
The Filter Part works for all model bound data, like tables and lists.
The ui.table.table already has inputs for the filter values, but you can easily add the inputs to your app
You can add Multiple Filters at once using a Filter Array:
https://sapui5.hana.ondemand.com/#/api/sap.ui.model.Filter
I hope this helps a bit, but dont worry if you cant get it to work on your first try, filters are on of the more complex things you can do with UI5