No items found.

CRUD Wizard

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.

  1. Datasources: This is the part where Datasource connection is made to the screen.
  2. 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.
  3. Layout Design: This is the section where the column layout is selected for displaying the screen.
  4. 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 eye icon in the created table.
    • Search: Activates the search element in the created screen. Search is provided on the data. It is displayed as a search bar 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 pencil icon in the created table.
    • Delete: Allows data deletion. It is indicated by the trash can icon in the created table.
  5. Screen name: This is the field where the created screen is named. Then the screen is created by clicking the CREATE button.