How to use inline edit on a page

thomaskennedy
Tera Guru

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?

find_real_file.png

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.

View solution in original post

4 REPLIES 4

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Thomas

Inline editing is enabled by default.

Hide inline editinghideInlineEditingPrevents the user from editing the list inline

Default: false

https://developer.servicenow.com/dev.do#!/reference/now-experience/rome/shared-components/now-record...

 

 

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

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.

Thank you!