Forum Discussion
florianwpunkt
Feb 22, 2023Copper Contributor
SharePoint List JSON Formatting group header
Hello everybody, currently I am struggling with JSON formatting, when a list is grouped by a row. This is the formatted list without grouping: And this is the same list with grouping: ...
- Feb 23, 2023
I fixed it.
Instead of using the list view I went with the gallery view.
I changed rowFormatter to formatter, float = "center" and gave the gallery item a fixed height and width property.
florianwpunkt
Feb 23, 2023Copper Contributor
I fixed it.
Instead of using the list view I went with the gallery view.
I changed rowFormatter to formatter, float = "center" and gave the gallery item a fixed height and width property.