Hi all,
I'am developing a report plug-in which shows issues hierarchy structure, but now i was blocked by a problem. Everything goes smoothly when my 'SearchResults' is small, but when it's more than 1000 issues, my plug-in goes slowly. My current solution is: Collect the all issues of 'searchResults' --> pass to the velocity as a 'list' --> render them all.
Do someone give me some suggestion about that. Thanks in advanced.
Hi Yunfeng Guo,
Try pagination using javascript.
http://p2p.wrox.com/xslt/43607-how-use-javascript-pagination.html
Regards
Onkar Ahire
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.