cancel
Showing results for 
Search instead for 
Did you mean: 

how to apply filter in sap.ui.table.table?

former_member288266
Discoverer
0 Kudos

I have the sap.ui.table.table when I apply filter on the column the table shows the filtered data.

But when I try to update that, data in the selected index will be different.

riyatickoo
Explorer

Hi,

You can refer to the following link which may be help you

Custom sorter and filter in SAPUI5 Table | SCN

former_member288266
Discoverer
0 Kudos

Thank you Riya for the link.

But I don't want to write the custom sorter, Default sorter with the table is working fine for me. After applying sort on any of the column table is showing the correct result but the json model which is bound to table is not changed. It still holds all the data.

I want to change the model, so that it contains only filtered data. Is this possible?

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

just don't rely on that index

tell me what you want to do