I know one can do inline editing in an object table widget in Workshop but would it be possible to also edit values in an object list widget? We often prefer the object list view but we’d like the user to be able to edit values, currently view only.
Hey,
You can achieve this functionality using a combination of in-line edits, Loop Layouts, and the Property List
widget on Workshop.
- Create a separate Workshop module where you simply create the template for each object you are currently displaying in your
Object List
widget. - Use the
Property List
widget here and enable in-line edits (also needs a corresponding Action Type). - Replace your original
Object List
widget with a blank section. Set that section’s layout to Loop, then point to the new module you created in Step 1.