Hi,
On investigation of the codebase, i found that there is no handling for serverSide row model. It is available only for the infinite row model.
serverSide row model is necessary to enable on-demand fetching of row groups.
We can enable this by handling this in a similar fashion as done in the 'infinite' row model.