I've a Smart Filterbar in my SAPUI5 application which bind to an entity set.
And I need to filter data which bind to the smart filterbar to display the appropriate suggestion values which related to a specific user.
How to filter the datasource and bind it to the smart filter bar
<smartFilterBar:SmartFilterBar id="filterBar" entitySet="MyEntitySet" persistencyKey="myListFilterBar_Persis" liveMode="true" ></smartFilterBar:SmartFilterBar>