Originally posted by Isomorphic
setDrawAllMaxCells(0) avoids the fetches.
It's unclear why this result in inefficiently sending 3 requests
The first fetch can be recognized to be a result of a filtering, but the successive ones can not be, as far as I know.
But now this is solved.
something to do with hiding fields immediately before calling fetchData
The same thing happens if I manually execute searches later on.
we'll look into that.
Thank you for your help!
Comment