Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upView formatting - hideColumnHeader stopped working in web parts #208
Comments
This comment has been minimized.
This comment has been minimized.
|
related issue - SharePoint/sp-dev-docs#5213 (comment) |
This comment has been minimized.
This comment has been minimized.
|
It looks like this issue is fixed now, just like related issue mentioned above |
This comment has been minimized.
This comment has been minimized.
|
Issue is back |
This comment has been minimized.
This comment has been minimized.
|
Issue is back again |
This comment has been minimized.
This comment has been minimized.
|
Related issue #123 |
This comment has been minimized.
This comment has been minimized.
|
This issue has also appeared for us in the last few days. |
This comment has been minimized.
This comment has been minimized.
|
This is insane how often this issue pops up. |
This comment has been minimized.
This comment has been minimized.
|
This issue is back - I think it's important to also note that moving these issues to the other "docs" list just results in them getting lost. |
This comment has been minimized.
This comment has been minimized.
|
Have this issue too |
This comment has been minimized.
This comment has been minimized.
|
Same issue on all my customers tenants (US & Canada) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@PrasadKasireddy It is still reproducible in my tenant. Please take this as a high priority item, it is affecting prod pages. |


Category
Expected or Desired Behavior
Setting "hideColumnHeader": true in view formatting json should hide column headers both in list and list web parts
Observed Behavior
The "hideColumnHeader": true worked as expected in list webparts a month ago, but now only works when you are in the list.
Steps to Reproduce
Create a simple list
Format default view
{ "schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "hideSelection": true, "hideColumnHeader": true, "rowFormatter": { "elmType": "div", "txtContent": "[$Title]" } }Add webpart list webpart to modern page
Column headers are now hidden in the list but visible in the list web part