why does It takes too much time to convert data into datatable form?
why does It takes too much time to convert data into datatable form?
Hi All,
I have near about 2500 data.
Below are the steps, I am performing..
--> User clicks on the Menu, and it goes to the controller and get all data in the list.
---> List having near about 2500 rows data.
----> From controller, it comes into the UI Page.
Now the problem is, when the user comes, he needs to wait for some time, till all the CSS & Data Table gets formed correctly,
It is frustrating for the end user. Not sure how to solve this.
I can't attach any image in the forums because of that, I wan't able to share how my screen looks initially.
Can some one please help asap ?
Thanks,
Amit
Answers
Just to add more, I am adding code,
I am getting list from the server side controller, which I want to display in the page.
Below HTML Code.
Below Javascript code, I am using..
Can someone please help me out on this issue ?