I have a list view, which has a button for status. On clicking the button a dropdown comes up by which I click on the necessary status. My issue is how to pass the status name to the button text?
Right now, in all my implementations, if I have 3 rows, when I update the status in the first row, it reflects in all 3 rows. I just want it to reflect in the first row, with the second row having another status and so on.
Button value in listview
Widgets & Design
I tried to get the dropdown value as an app state and pass it to the button text, but then it is reflected in all columns.
Yes
1
2 replies