08-09-2014 09:42 AM
Hi
I'm creating a HTML Java renderer for a table (I'd like to have richer table formatting options than are available in the standard Mega table formatter). The contents of a table cell could be text or a View item (in this case it is either a Gantt chart created with the mega renderer or a table in its own right).
My challenge is this: when rendering the table, I step through the Dataset Items and I have to render an Item which is a view, how do I invoke the rendering macro appropriate to that view item (which may either be a recursive call to the renderer I'm currently executing or a different render)?
Thanks in advance
David