For my data, I am doing following operations:
- Filter
- Sorted based on filter applied in step 1
- I removed filter
Then, the model still holds the filter string which was applied in step 1. (Expected is: it should display all the data with sort applied in step 2)