Forum Discussion
FlowTime1990
Mar 10, 2023Brass Contributor
Document Library JSON Custom Formatting to edit without pressing "Edit in grid view Button"
Can someone please share JSON document library custom column formatting that would allow me to edit a field without pressing Edit in Grid View button.
I Know I seen it somewhere. My column name is "Offer", not sure if it makes a difference.
Thanks!
Additional to response by ChrisWebbTech, check below:
Similar thread: Document Library: How to Interact with a Drop Down Field without using "Edit in Grid View"
Microsoft documentation: inlineEditField
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
But basically it's this for column format:
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "inlineEditField": "@currentField" , "elmType": "div", "txtContent": "@currentField" }