List View
2 TopicsField custom formatter not working with Edit In GridView
Even a basic custom field formatter like below, makes the Edit in Gridview search render and empty listbox. I've tried@currentField.lookupValue in place of the [FieldName].lookupValue with the same result. formatter: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "txtContent": "[$HG_x0020_Test.lookupValue]", "debugMode": true }897Views0likes0CommentsNo formatting, when "hideSelection": false is used. Occurs since this week
Hi folks, since this week our row formatting isn't working anymore. This under the condition if you use "hideSelection": false, this was working since a while. It can be reproduced on different formattings in our libraries. If I switch to hideselection:true the formatting shows up. Any idea why this is happening so suddenly and what to do get the formatting back using selection option? Thanks a lot Dirk1.4KViews1like3Comments