- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 03:05 PM
This option, on the List component, seems to say that inline editing is supported. That would be nice to have, but I don't see how to set it up, or any events (except perhaps List Edit Columns Requested) that sound like they are involved. Is there a way to find out more about this?
Solved! Go to Solution.
- Labels:
-
Now Experience UI Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 07:44 AM
You first have to enable the glide.lists.inline_editing_enabled property, which was introduced in Rome (I think, double-check me there) and is false by default, and then that toggle on the component will work and you'll be able to list edit on the list component in workspace.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 07:42 PM
Hi Thomas
Inline editing is enabled by default.
Hide inline editing | hideInlineEditing | Prevents the user from editing the list inline
Default: false |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 07:23 AM
Hitoshi,
I can see that it's supported by default. That's why the property is false. You didn't address my question, which was
I don't see how to set it up, or any events ... that sound like they are involved

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 07:44 AM
You first have to enable the glide.lists.inline_editing_enabled property, which was introduced in Rome (I think, double-check me there) and is false by default, and then that toggle on the component will work and you'll be able to list edit on the list component in workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 11:24 AM
Thank you!