List View editability and on click action at the same time

0
Dear Mendix Community, I want to be able to display data in a list view a checkbox. Is it possible to have editability and on click action at the same time? Only the checkbox is to be edited, the rest of the line may be static.   Another solution would be to includ a button performing action on the selected list view line, however not within the line. Is that possible?     Best regards, Adam
asked
1 answers
1

Hi Adam,

Having editability on listview and onclick action on checkbox will create problems. The best thing is to have a link button such as an arrow or edit icon (>) at the end of the row and when user click on that arrow you can show the edit page or call a microflow. You can look into listview building block which can give you a good head start with UI. 

 

Hope this helps!

answered