Set a repeating table to be open with null values?

N

nbs.tag

is something like this possible? What im asking is can i have a
repeating table that is prepopulated with null values so that when a
user opens the page a certain amount of rows are already open?
 
A

Anuma

Hi,
I don’t know how to show by default null rows.
If you want to show some(X) amount of rows bydefault. Change the minOccurs
value to “X†in the .xsd file
 
Top