# Visibility of button

**URL:** https://community.tulip.co/t/visibility-of-button/5845
**Category:** Product Suggestions
**Created:** [July 19, 2022, 10:58am UTC](https://community.tulip.co/t/visibility-of-button/5845 "2022-07-19T10:58:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ashish29](https://avatars.discourse-cdn.com/v4/letter/a/ba8739/32.png) [@Ashish29](https://community.tulip.co/u/Ashish29)
#### Post date: [July 19, 2022, 10:58am UTC](https://community.tulip.co/t/visibility-of-button/5845/1 "2022-07-19T10:58:08Z")

</div>

Hi ,

Is it possible to provide control on visibility of buttons on data?

---

<div class="post-metadata">

### Author: ![Pete\_Hartnett](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/pete_hartnett/32/3678_2.png) [@Pete\_Hartnett](https://community.tulip.co/u/Pete_Hartnett)
#### Post date: [July 19, 2022, 12:32pm UTC](https://community.tulip.co/t/visibility-of-button/5845/2 "2022-07-19T12:32:35Z")

</div>

Hey @Ashish29 -

Right not this isn’t natively possible with the button widget, but there is a feature request in to make more button properties accessible from the trigger editor. There are a few approaches that can achieve the same behavior:

1. Custom widgets is a feature that enables you to extend the functionality of the current button. check out this ([Disable and hide Input Widgets - #12 by Pete\_Hartnett](https://community.tulip.co/t/disable-and-hide-input-widgets/2502/12)) thread where I walk through exactly this usecase, and share a finished widget you can use in your app
2. Another approach is to dynamically change the color of the button to transparent. @gio covers that here ([Hide button on Steps, click on print button - #6 by ChrisF](https://community.tulip.co/t/hide-button-on-steps-click-on-print-button/2432/6))

Hope this helps,  
Pete
