Now this is going to be a very absurd question. But what can I do, it’s the client’s requirement. Basically, we have a grid (master-detail type) that goes up to about 15 thousand plus rows (has the potential to go up to 30-50 thousand rows in a few years time).
My client does NOT want any paging, does not want any data cropped as well. Also he isn’t exactly using the latest hardware so rendering on browsers is a big issue. He wants to view everything by printing it out or looking through it on the browser. (You may all think how insane that sounds, and it sure is).
Now I want to resolve this issue by rendering html quickly. At the moment its a simple asp.net grid view w/o paging. That essentially renders HTML tables. My options that I think are:
– Manually rendering html using div (for quick loading)
– export it to pdf or excel (is there any way to export without the need to resort to third party controls?)
– give the finger (to the client 😀 j/k)
So to sum up, whats the best way to show 10,000 plus records of data on html?
consider using the “Scroller” plug-in for Datatables..