The issue I've been struggling with involves displaying only one button in a row when clicked within a datatable. [Check out image 1](https://i.sstatic.net/N7JH2.png)
Specifically, I need the input of that row to be opened when the + or - button is clicked. [See image 2](https://i.sstatic.net/ppj4X.png)
I've found that using v-if with a generic is_visible class set to true causes all inputs in the table to open simultaneously.
What is the correct method for achieving this? In Jquery, I was able to accomplish the same result by using $this for the selected button.