sp-dev-docs
sp-dev-docs copied to clipboard
Lists - Inline Edit field can no longer be used to edit an undisplayed column
Category
- [x] Question
Environnment
- [x] Microsoft Lists
Question
Until now I had formated a column to display a progess bar which contained two spans allowing me to display and edit the values of the fields used to calculate the bar features. Those fields were not displayed on the view, so I used a small workaround to be able to work with their values : I created a calculated field using both values in its expression which made them available to use in the column formating json. This setup allowed me to have something very handy and compact with everything in a single column.
It worked like a charm until a few days ago but not anymore. I can still access the fields values with my workaround, but the inline editing no longer works. Seems like the editing of an undisplayed is not allowed anymore. Is it an intended restriction or a bug ?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: c6867b88-69fc-2b4e-4b37-1912884ab6e0
- Version Independent ID: c6867b88-69fc-2b4e-4b37-1912884ab6e0
- Content: Advanced formatting concepts
- Content Source: docs/declarative-customization/formatting-advanced.md
- Service: sharepoint-online
- GitHub Login: @VesaJuvonen
- Microsoft Alias: vesaj
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
@jbbru thank you for posting this. I have also run into this same issue. Additionally, Issue 8274 is another problem - this is with inline editing on board view.
hi team, exist any command for line edit a colum of Document library?
@Odiseo78, can you provide more insight into your question? On both lists and libraries. I use the same command with great success: "inlineEditField": "[$InternalFieldName]"
@Odiseo78, can you provide more insight into your question? On both lists and libraries. I use the same command with great success: "inlineEditField": "[$InternalFieldName]"
hi, thanks for your response. I tried in a library field it has not worked, but in a list field it did work,
Using the same JSON I use for lists, I find that it does not work on folders, but it works on documents. The capability only works as long as the field I'm trying to edit is shown on the list (meaning the issue that started this thread still exists). If you have the exact field you want changed on your view, then please be sure you have the correct internal field name.
It's right. Than you @jphepp3