[Xsltforms-support] Insert a new row in a repeat table
Brought to you by:
alain-couthures
From: Dhiradj B. <dh...@gm...> - 2010-05-11 07:47:01
|
Hi all, I'm trying to insert a new row in a repeated table with the following code: <xf:trigger> <xf:label>Add row</xf:label> <xf:action ev:event="DOMActivate"> <xf:insert at="index('repeat-opgaven')" position="after" nodeset="instance('inlinewerken')/data/tabbladOpgaven/sve/oge/detail[1]/ojt"/> </xf:action> </xf:trigger> This results in a copy of an existing row, which is added to the end of the table. How can I add a new, empty row to the table? Thanks! Regards, Dhiradj Badloe |