Hello,
I have a DefaultDataTable with several amount colums. I need to display a "Totals" row at the bottom of the table to show the column totals. I have searched the forum, and only found suggestions to use addBottomToolbar. However, I don't know how to do this? Looking at Wicket's HeaderToolbar, I see that I would need to pass the DataTable and the SortableDataProvider to my TotalsToolbar. But, how would the toolbar get the data to display? What would the html markup for this toolbar be like? Would greatly appreciate if someone could please provide some sample code. Thanks in advance.
