I want to show a list with 1000 rows using Json that’s support by Struts2 like pug-in. I use flexigrid (jquery) to parse 1000 rows to display. But it’s so slow, and sometimes my browser crashes. (Firefox & IE).
So, what is the fastest Javascript framework to parse about 1000 rows?
Show the user what they want to see.
Show 50 rows, add a filter or a search.
If you really think that data should be reachable in a single page, maybe what you want is to fetch data while the user scrolls (and thus pick up smaller portions at a time).