The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Lookup Field

Hide the 'Add new' (+) button beside a lookup field

Hide the ‘Add new’ (+) button beside a lookup field in AppGini detail view via a simple JavaScript snippet.

Hide the 'Add new' (+) button beside a lookup field

Select first item in a lookup dropdown by default

Set the first item in a lookup dropdown as the default value when adding a new record.

Select first item in a lookup dropdown by default

A work-around to implement a multiple-choice lookup field in your AppGini apps

AppGini provides a multiple choice option list field, which is a handy way to allow users of your app to select multiple values from a list. We’re going to populate it dynamically from a table, allowing users to add, edit, and delete options without needing to edit the project in AppGini, or upload any files, or manually edit any files.

A work-around to implement a multiple-choice lookup field in your AppGini apps