Hi Isomorphic Team,
We are using the ismorphic version : 6.1-p20170724
my current functionality uses SmartGWT.
We are using Google chrome browser latest version.
We have a grid that has large set of records like 1.3 million. For that grid we have implemented scroll base pagination provided by SmartGWT by setting endRows, startRows and totalRows in DsResponse.
While fast scrolling till middle/bottom of grid there are several request generated by front end due to which our server hangs. Is there any solution to send only one request to back end corresponding to position of scroll bar in the end?
One more issue for this large set of data, scroll bar bounces back to middle position even i scroll it to the bottom. Is there any solution for this also?
Regards,
Preeti
We are using the ismorphic version : 6.1-p20170724
my current functionality uses SmartGWT.
We are using Google chrome browser latest version.
We have a grid that has large set of records like 1.3 million. For that grid we have implemented scroll base pagination provided by SmartGWT by setting endRows, startRows and totalRows in DsResponse.
While fast scrolling till middle/bottom of grid there are several request generated by front end due to which our server hangs. Is there any solution to send only one request to back end corresponding to position of scroll bar in the end?
One more issue for this large set of data, scroll bar bounces back to middle position even i scroll it to the bottom. Is there any solution for this also?
Regards,
Preeti
Comment