I am using sap.m.list with smartforms in Splitapp. The problem is, I cannot use json Model for list since the binding context wont work for smartfrom.
But when I bind the list to Odata Model directly, the cache model data from the first $skip0 & top=100 dont let me filter data. No matter if I call the read function of odata Model again, it will fetch the data but the old cache data remains there and in the list.
I tried clearing the cache model data with refresh(true,true) but it triggers the same $count and $skip0 & top=100 again.