Select Field

01. Data Bind

FieldName

Allows user to select the field in a database table by which the Select Field will filter the records

Datasource

Allows user to select where to pull data from; from a database, from a table etc

  • Quick List: Allows user select list of preferred data, and add more if necessary

  • Enter Value: Allows user to enter the values in a field and select preferred label

  • Data Table: Enables user to select table, its value and label

  • Custom SQL: Allows user to enter their custom query

    • Query Builder

      • Designer: Allows user to select tables, fields, sort, sort order, group, aggregate, operand, comparator and value that will be used to build queries

      • Code: This is where you view generated queries

      • Result: Allows user to observe query results and apply changes in the designer section if needed

02. Component Design

Label

This is the title of the Select Field List Field component

Placeholder

This the text that will be displayed inside the search input e.g "Enter name to search".

FilterTag

Allows user to name the tag of the filtered result after Select Field have been selected and filtered

WrapperClass

This is where user adds custom class name created, to be applied on the Select Field

Last updated