|
My data source for a table is a list of Line objects. Each Line object contains 5 elements which represent the first five columns in the table. Each Line object also contains a list which will display a variable number of columns to the right of the first five columns. The 2nd list represents data that fall on different days of the month so basically what we are generating is a linear calendar representing events that are happening for each Line object. Since there can be a variable number of days in each month I need a variable number of columns. Ideally I would have an iterate tag with a column tag inside the iterate tag. Would that work? |

