adding n rows with labels and inputs components to a grid
in my app i have a select that specifies the number of tickets to buy and i have a grid with a row and 4 columns with 1 select components (to choose the type of tickets and 3 input components to insert name surname and contacts)
i would like to obtain that after the user select the number of tickets the grid will display the same number of rows selected by the user each of theme containing the components of the first row in the grid .
i found on the appery support (https://getsatisfaction.com/apperyio/...) how to add rows but i was wondering if it is possible to do what i explained in a more efficent manner