Can't make a table editable in a web app.
Summary
I'm trying to make a table in a web app editable. I've set edit-mode = rowEdit but it doesn't seem to allow me to change enter/edit the row.Content
Hi there,
I'm trying to make each row in a table editable rather than have to select the row and use a button to go to a separate Edit form.
Here are the steps I've followed;
Created a BO and all the fields I’ve added are flagged “updatable”
Created a Web App, dropped in a Table and hooked the newly created BO to it.
Assigned the table attribute “edit-mode” to be “rowEdit”
1