Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
Windows
What browser(s) / client(s) have you tested
Describe the bug / error
When a column is unchecked to hide from a View/Edit view. That particular column value does not get displayed when used in Header or footer json.
Steps to reproduce
- Create a list
- Add Title, FullName columns to the list
- Edit column > uncheck FullName
- Configure layout > Header > add json
{ "elmType": "div", "txtContent": "[$FullName]" }
- FullName value will not get displayed in header.
Expected behavior
We should be able to hide the field from view/edit form, but use its value to display in header or footer
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
Windows
What browser(s) / client(s) have you tested
Describe the bug / error
When a column is unchecked to hide from a View/Edit view. That particular column value does not get displayed when used in Header or footer json.
Steps to reproduce
{ "elmType": "div", "txtContent": "[$FullName]" }Expected behavior
We should be able to hide the field from view/edit form, but use its value to display in header or footer