views:

77

answers:

0

I have two formview objects on a page next to each other (with different data sources), and they generate html table rows for me. Each formview when rendered places fields in thier own html table, however, and I'd much rather have them in one html table. Is there any way to tell a FormView not to encapsulate the rendered contents inside a html table, so I can wrap the results in a html table myself?