Grids provide a flexible way of presenting the data. The list of fields is fully customisable. The users can easily add new fields, rename existing ones, change sorting order and apply filters. It is also possible to page data, show first N records or show all data.
Note: Code is a unique key, it is used as a part of the link to access the grid
Mode is an object representation of a database table. The models are designed to give maximum flexibility to the user. They are able to store almost any data. Every grid is based on a single model
Web page title
Possible options are:
Note: Search only works for currently selected page
The toolbar provides a convenient way of accessing Deep bin components
Hide search box at the top of the screen
This option allows the user to delete all data from the grid
Name of the model field\
Data model field label
Use drug and drop to rearrange fields
Row actions are usually linked to the data entry forms. It is possible to have multiple actions. The first action is used as the default action.
:id is used to pass the record id to the data entry form.
When multiple filters are defined they are “anded”.
The sorts are applied in order of definition
Note: The result of grid design is stored in JSON format in the database or file system. It is possible to edit JSON directly using RAW editor