Hello All Experts,
I have written code script to load the data while custom html web resource is getting loaded.
due to the lot of data the html table is getting loaded so vertical bar is coming.
but due to some problem after the loading of the data scrolling do not works correctly , it gets delayed a little.
one logic of jscript code is that we are using sdk.rest ,
onSuccess call back we are loading the data into the filters as well as on the html table,
i have a doubt that scroll is not working because of the Oncomplete of method to complet,
is there any possibility that we can optimize this code to improve the performance.