I want to create the user interface that allow user to browse the database and select multiple records from DB but I don't know which view type I should use. And it would be great if there are examples. :sign0104:
It depends on what kind of selection you want to do.
- If you want to select several records the best way is to allow multiselection in the table. Example: ScrollView example with multiselection and SQL - If you want to filter on different values you should write a separate interface. Example: SQLExample in the User's Guide.
It depends on what kind of selection you want to do.
- If you want to select several records the best way is to allow multiselection in the table. Example: ScrollView example with multiselection and SQL - If you want to filter on different values you should write a separate interface. Example: SQLExample in the User's Guide.