Add Collections To UI¶
Agregar colección a la interfaz de usuario es una función en las funciones de elementos que permite crear listas de elementos y modificar utilizando los registros en los datos de la base de datos.

📥 Entry vars (Variables de entrada) ¶
- Enable horizontal: puede seleccionar para ver su lista de forma horizontal
- List data: seleccione la salida para recuperar la lista.
- List instructions.
- Modify element: abre un modificador en los elementos de tu lista.
- List reverse: cambiar el orden de los elementos de la lista.
- Scroll inverted: cambiar la dirección del desplazamiento en la lista.
👉 Ejemplo. ¶

Utilice el elemento de la base de datos.
- Activate the get database data and open database path.
- Add a collection "Driver list"
- Add fields "address, name, phone number, photo and plates"
- Push the button view data
- Press the button Add to add a record to "Driver list".
Add a collection to UI.¶
- Add a collection to UI in the callback of the get database data when data obtained.
- Select the previous output get database data in the list data.
- Click on the button modify elements.
- Select a container with elements to modify.
- Click on list data and select the element to modify.
- Select a control property to change like text.
- Open the list context and write the name of the element to show in the database.
