Re: Data Grids & Excel Exports

2012-04-13 Thread Josep García
ribió: > I'm actually using DisplayTag in fact; however, the performance to > export to Excel 50,000+ records wasn't ideal or fast. > > -Original Message- > From: Chris Pratt [mailto:thechrispr...@gmail.com] > Sent: Thursday, April 12, 2012 1:15 PM > To: Struts

RE: Data Grids & Excel Exports

2012-04-12 Thread CRANFORD, CHRIS
I'm actually using DisplayTag in fact; however, the performance to export to Excel 50,000+ records wasn't ideal or fast. -Original Message- From: Chris Pratt [mailto:thechrispr...@gmail.com] Sent: Thursday, April 12, 2012 1:15 PM To: Struts Users Mailing List Subject: Re:

Re: Data Grids & Excel Exports

2012-04-12 Thread Chris Pratt
You might want to look into something like DisplayTag or JQGrid. (*Chris*) On Thu, Apr 12, 2012 at 7:24 AM, CRANFORD, CHRIS wrote: > I have several queries that I perform against my SQL database to get a > list of records and then iterate over them in a paginated way in JSPs. > Presently, I hav