# 3-Column Text and Link Repeating Group

##

## Overview

This module allows a user to view a list of things and to click on the `︙icon` to edit or delete an item via a menu focus group. For more information on how to use `menufocusgroups`, please [click here](https://docs.airdev.co/canvas/assets/reuseables/menufocusgroup).

![](/files/-LcIs_TStx1QGbKd_fZf)

\
Structure <a href="#structure" id="structure"></a>
--------------------------------------------------

* When this module is added to a page, it is placed within a group called `Group page860Group` on the page. This group contains the responsive settings for all modules.
* This module contains three main groups:
  * `Group verticalPadding 1` - For responsiveness (please do not delete)
  * `Group verticalPadding 2` - For responsiveness (please do not delete)
  * `Group 780StandardGroup` - If you add more elements to the group, please ensure that they are contained within this main content group.
* This module contains the `menufocusgroup2` reusable element. This reusable element contains all the additional actions you can perform (e.g., edit data, delete data, and more)
* All data is displayed in `RepeatingGroup 780-1Column`

## How to set up

* Go to the page where you have added the module and update `RepeatingGroup 780-1Column's` data source

![Update data source](/files/-LcIxvrxeBlIbd_4i0gX)

* Update the data source of the texts and links in the module.&#x20;
* Remove `Button ADD` or add a workflow to the button
* Open `menufocusgroup2` and modify the type of content displayed in the reusable to be whatever object for which you want

![Update reusable data content](/files/-LcIz67ejeHyw1QIFsTB)

* Open `GroupFocusUser` and modify the type of content displayed. The data source should be set to `menufocusgroup2` reusable's data.

![](/files/-LcIzVdPc98ae5pSzFkK)

* Under elements tree, you can view hidden menu options within the `GroupFocusUser` menu. Simply click on `Group Option X` and check or uncheck the settings for `This element is visible on page load` to show or hide a menu option.

![Hide or show menu options](/files/-LcJ-5bDgQ3seuPh3iQt)

* Update the workflows for when `Group Option X is clicked`
* For more information on how to use `menufocusgroups`, please [click here](https://docs.airdev.co/canvas/assets/reuseables/menufocusgroup).

## How can I hide columns?

* Go to the page where you have added the module and in the Bubble Editor click on the `Responsive` tab next to `UI Builder`

![Responsive view in the editor](/files/-LcJ14BcETqMTnA-w6fk)

* Using the ruler at the top (<-->), adjust the page width to the width that you want the column to hide at

![Adjust the page width in the responsive editor](/files/-LcJ1TbcZjtV2mGe8Z4h)

* Click on the element or column you want to hide at that page width and check the settings for `hide when parent width <= WIDTH`<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airdev.co/canvas-pages-and-modules/master-1/modules/3-column-repeating-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
