UI Example
This example can be viewed from UI and Source screens in Design app
Last updated
This example can be viewed from UI and Source screens in Design app
Last updated
A simple UI design is included for the 'dummy' state which is accessible on the train_crud runner, including a text editor, a select editor, a Markdown editor and a Json editor for the full data model.
The UI is configured to use a table lister, where the list of columns and the filter parameters which can be used are also defined.
On the Source screen, train_crud/dummy endpoint is defined as the data source for all actions, meaning standard CRUD methods will be used automatically to feed this UI.
A 'training' App is also defined, with only the 'dummy' UI included in its menu.
Navigating to [UI_SERVER]/app/train, you can see this single UI app in action.