Skip to main content

NIM

Step 16: Add the first grid item (tutorial)

In this step, we'll start designing the grids that will be used to alter group memberships of the AD account created on the previous form. As a reminder, the finished product will look like this:

2023-10-26_11-04-09.jpg
  1. Go to the group_management form.

    2023-10-20_15-25-42.jpg
  2. Drag and drop a Grid item onto the form.

    2023-10-20_15-26-10.jpg
  3. Select the grid item. Notice that the Table tab is enabled, but we aren't quite ready for it yet. First, we'll go to the Props tab and set the grid's properties as follows:

    2023-10-23_11-23-04.jpg
    • id: remove_memberships

    • selection: multiple

    • column width: 5

    • margin trbl: __3_

    • search enable: yes

    Tip

    The id property will be necessary to make our grids reference one another. We're calling the left grid remove_memberships because it will represent all the groups in AD that the created user should not be a member of.

  4. We'll click Save to save our progress so far.

Next: Step 17: Nested Bootstrap grids