Qv.FieldOptions
Members
name :String
    Name of the field
Type:
- String
 
offset :Integer
    From which row to start fetching from. Used together with size to implement paging instead of fetching all rows at once.
Type:
- Integer
 
size :Integer
    Number of rows to fetch. Warning, if omitted all rows are returned!
Type:
- Integer
 
state :String
    Apply a state filter to only view rows with a specific state, like selected. If omitted all rows regardless of state is fetched.
Type:
- String