How to create a button to edit an object.

0
I'm trying to create an events app and I'm working on the Student section. I want to have a button on the admin student overview page to edit a student's information. I also want it to autofill the current student information. This is what my overview page currently looks like. Thanks in advance for any help!
asked
1 answers
1

On the listview select the on click action, this is only available when the listview is set to non-editable.

If yoou need this to be editable, then add a button in the list view that opens a page and pass the student object.

answered