I currently have a composite view which renders a table of models. I have the thead in the composite view template and each model is rendered using the itemViewTemplate.
What I want to do is render a tfoot after the models, can the composite view do this? Would I have bind to the onrender and append another template to the end of the composite view?
tfoot
? – Will MLayout
which contains yourCompositeView
in a region above the footer? – Scott