# How can i add a button with multiple row with it

**URL:** https://community.glideapps.com/t/how-can-i-add-a-button-with-multiple-row-with-it/28129
**Category:** Ask for Help
**Created:** [June 18, 2021, 6:13pm UTC](https://community.glideapps.com/t/how-can-i-add-a-button-with-multiple-row-with-it/28129 "2021-06-18T18:13:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![atek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/atek/32/27649_2.png) [@atek](https://community.glideapps.com/u/atek)
#### Post date: [June 18, 2021, 6:13pm UTC](https://community.glideapps.com/t/how-can-i-add-a-button-with-multiple-row-with-it/28129/1 "2021-06-18T18:13:37Z")

</div>

Anyway to add a button with multiple rows can be added. As show above. When click on the plus button same 4 row should be added below.

 ![multi button](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/d/cd73b66ab76ce9b0e221ed6de3435e15dc819b9c.jpeg)

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [June 18, 2021, 7:24pm UTC](https://community.glideapps.com/t/how-can-i-add-a-button-with-multiple-row-with-it/28129/2 "2021-06-18T19:24:18Z")

</div>

you need to use visibility options, when button is clicked set column to a some value like YES or TRUE, and components below set visibility if that value is YES/TRUE

---

<div class="post-metadata">

### Author: ![atek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/atek/32/27649_2.png) [@atek](https://community.glideapps.com/u/atek)
#### Post date: [June 19, 2021, 2:07am UTC](https://community.glideapps.com/t/how-can-i-add-a-button-with-multiple-row-with-it/28129/3 "2021-06-19T02:07:04Z")

</div>

ok lets try
