I am trying to create a ObjectListField with one image ,some text and a ButtonField with each row. Its ok with image and text in a row, but I want to create one button at the end of every row which independently performs action related to that particular row.
Here, I have two different functionality on click , one is on clicking the row and another on clicking the button.So,how I can create such an ObjectListField?