pnp / List-Formatting

List Formatting Samples for use in SharePoint and Microsoft Lists
https://pnp.github.io/List-Formatting/
MIT License
1.7k stars 822 forks source link

hideColumnHeader/hideSelection is not working #669

Closed Harshagracy closed 1 year ago

Harshagracy commented 1 year ago

Hello,

I'm currently facing an issue where the "hideColumnHeader" property is not working as expected and I'm seeking a workaround. I'm sure some of you experienced developers out there might have some suggestions to help me out, especially @thechriskent.

To give you a little context, I've tried using the "hideColumnHeader": true property to hide the column header, but it doesn't seem to be doing the trick. I would greatly appreciate it if someone could offer me a solution.

As for the sample that I'm working with, it's the "color-picker" sample located in the "view-samples" folder of the following GitHub repository: https://github.com/pnp/list-formatting/tree/master/view-samples/color-picker. I know there are 68 other samples that use this property, but I'm using this one as an example.

Ideally, the column header should be hidden, but unfortunately it's still visible.

Thank you for your help in advance. Any suggestions or solutions are greatly appreciated!