cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with filters in smart table not working

shwetajainhere
Explorer
0 Kudos

Hi experts ,

I have smart table and smart filters in Sap ui5 .

Problem is my table is able to display the data during initial load but when I trying to use filter it is not updating the table and showing all the data.

<smartFilterBar:SmartFilterBar id="smartFilterB1" entityType="POData" persistencyKey="SmartFilter_Explored">

<smartFilterBar:controlConfiguration> <smartFilterBar:ControlConfiguration key="ReqId" label="Request ID" visibleInAdvancedArea="true" preventInitialDataFetchInValueHelpDialog="false"></smartFilterBar:ControlConfiguration> </smartFilterBar:controlConfiguration>

</smartFilterBar:SmartFilterBar>

Table is as below

<smartTable:SmartTable id="LineItemsSmartTable" entitySet="PODataSet" smartFilterId="smartFilterB1" tableType="Table" useExportToExcel="true" beforeExport="onBeforeExport" useVariantManagement="false" useTablePersonalisation="true" header="Line Items" showRowCount="true" persistencyKey="SmartTableAnalytical_Explored" enableAutoBinding="true" app:useSmartField="true">

Still when i put some filter value in req id . It is not filtering in table.

Please help

Thanks in advance

View Entire Topic
0 Kudos

Hi Shweta,

Did you ever find a solution as i am experiencing the same issue?

Regards

P