Hello everybody,
I'm a question: I'm using request factory with mvp pattern. I have a CellTable and when dataProvider is inovoked, I see that on server is called the count() and getRow() method but is also called the method findById() for every record that previus method fetched.
Can Anyone explain me the reason why this happen?