Another good project you might want to look at is displaytag lib at http://displaytag.sourceforge.net. Although not a jsf component its a jsp taglib that will let you take a list of data and easily display it is a good looking table. I also believe it gives you the option to add total sums for columns.
----- Original Message ----- From: "Sean Schofield" <[EMAIL PROTECTED]> To: "MyFaces Discussion" <[email protected]> Sent: Monday, May 02, 2005 11:39 AM Subject: Re: Regarding datatable AFAIK there are no MyFaces components that will do this for you. You could probably modify one of the existing ones to do some of the Excel stuff you are talking about. Check here: http://jakarta.apache.org/poi/ for a good open source library for Excel. HTH, sean On 5/2/05, Sunil Tiwari <[EMAIL PROTECTED]> wrote: > > Hi, > How to display the sum of all columns (with integer values) in the last > column of the datatable from front end only. > Moreover, it should display the column total for every column at the bottom > of the table. > And all the other functionalities of the table shd be still supported like > pagination and scrollability. > Like a table is displaying 100 records and i display 10/20/40 records per > page. It shd then display the column totals for every page > for 10/20/40 records. > > Does anyone knows then how to display the details of the datatable in an > excel sheet from within the MyFaces application. > > > Thanx in advance > Sunil

