Scrollable form list
Since 6.0.2
If you want replace a grid with a list of editable forms you can use a Replicated Form.
In the editable panel detail you must define the panel like a replicated form.

Now, in your application, you can view an empty table panel container. When you load data with a list of records, the container will display an editable panel for each record.

For the replicable panel you can:
load the data: you must specify the business component to call and the optional params
clear the data of one panel: you must specify the index of panel
ask the list of modified records: return an array of records
ask the list of index modified records: return an array of index
ask the specified panel: return a panel
set the data into specified panel
In this type of panel you can use
text, number and date control
dynamic and local combo
label
button
image control
Last updated
Was this helpful?