Hi, I would like to create a table/grid in wicket for presenting multiple time series in one table. I have three time series to present in one table. Each time series is stored as a map with date as key and value as double (Map<Date, Double>). The table/grid would consist of four columns; the date, time series 1, time series 2, time series 3.
What would be the best approach to create an editable and pageable table/grid to present these three time series? Many thanks! Jurek.
