CRUD Wizard is a structure that creates an easy screen in seconds using Create, Read, Update and Delete functions connected to your database.
To create a CRUD Wizard screen, click Screens → + icon → Screen → CRUD Wizard.
Datasources: This is the part where Datasource connection is made to the screen.
Screen Type: How the screen to be created will be displayed is determined with Screen type.
Drawer: It is the screen type that allows the page to be navigated and displayed from right, left, top and bottom.
Modal Box: It is a screen type that allows the page to be navigated and displayed as a box in the center.
Current Page: It is a screen type that allows the page to be navigated and displayed so that it covers the entire screen.
Layout Design: This is the section where the column layout is selected for displaying the screen.
Choose screen and properties: This is the section where the display settings of the data on the created screen are specified.
List screen: The table selected from the datasource is created as a list in a screen.
Create: It is a screen structure consisting of data entry fields according to the data type of the columns in the data table in order to add records to the data table.
View: Allows the data to be displayed in the table or not. It is indicated by the eyeicon in the created table.
Search: Activates the search element in the created screen. Search is provided on the data. It is displayed as a searchbar on the created screen.
Pagination: Allows pagination according to the inserted data content. The created table is shown as >,>| at the end.
Update: Allows data to be updated. It is indicated by the pencilicon in the created table.
Delete: Allows data deletion. It is indicated by the trashcanicon in the created table.
Screen name: This is the field where the created screen is named. Then the screen is created by clicking the CREATE button.