cancel
Showing results for 
Search instead for 
Did you mean: 

sap.m.table : data changes in model does not refresh value in few columns

rahul_mb
Active Participant
0 Kudos

I have a screen with a table and a search field. The table should display data based on the value in the search field. Now the problem I am facing is that when a value is entered in the search field the table does not refresh the values in all the columns.
For example:
Table data before search

Table after Search for entries with Department as DEP02 (Columns ID and Date retains the values from the list above - This is the issue

I was expecting the below output

I have checked the OData service and it is returning the expected results, there is nothing wrong there. The values are wrong (only in few columns) only when its painted on the screen. Has anyone ever came across such issues?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

can you please provide the code snippet of filtering the table binding?