Document Library JSON Custom Formatting to edit without pressing "Edit in grid view Button"

Brass Contributor

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!

3 Replies

@FlowTime1990 

 

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"
}

@FlowTime1990 

Additional to response by @Chris Webb, check below:

Similar threadDocument Library: How to Interact with a Drop Down Field without using "Edit in Grid View" 

 

Microsoft documentationinlineEditField 


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.