Expand my Community achievements bar.

adding rows to a table via xdp

Avatar

Level 2

Hi there,

i want to prepopulate my form with some data, by generating a xdp file programmatically. Its easy with textfields and dropdownlists and stuff like that, but how about tables?

if i have tags in the xdp file like:

<Table>

     <Headrow xfa:dataNode="dataGroup"/>

     <row1>

          <Textfield>some Input</Textfeld>

     </row1> ...

how can i add more rows here, without defining them in the designer?

1 Reply

Avatar

Level 2

got it, the tagname have to be the same as the first row.