I wanted to implement a filter in model itself, I don't want to use proxy model (I am having some performance issues with this).
So is there a way to implement filter() in model only, just like re implementing sort() function in model??