Auto calculate total sum of a column with numeric data in datatable footer

Viewed 10187

When numeric data are listed in a <p:dataTable> (or <h:dataTable>), is there any way to get the total sum in the summary row in table's footer without calculating it in the backing bean and providing it as again another bean property?

1 Answers
Related