Partials 'n' stuff

I’m using partials together with ajax… So when a user submits a form,
the results are parsed in a :blind_down visual effect… it works pretty
well…

Except, I want the partial to parse a set of table rows (with table
cells accordingly) - and I cannot add a the table-tag (and th-tags)
around the results…

Obviously, in the partial template the rows are looped through, so I
should not add them there, in the original view I have:

I’ve tried putting the table-tag within the

tags, but it did not
work…

Any ideas ?

/mich