You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/declarative-customization/view-formatting.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The easiest way to use view formatting is to start from an example and edit it t
36
36
37
37
You can use **`additionalRowClass`** to apply one or more classes to the entire list row depending on the value of one or more fields in the row. These examples leave the content and structure of list rows intact.
38
38
39
-
For a list of recommended classes to use inside view formats, please see the [Style Guidelines section](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#style-guidelines) in the [Column Formatting reference document](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting).
39
+
For a list of recommended classes to use inside view formats, please see the [Style Guidelines section](/../../blob/master/docs/declarative-customization/column-formatting.md#style-guidelines) in the [Column Formatting reference document](/../../blob/master/docs/declarative-customization/column-formatting.md).
40
40
41
41
> [!TIP]
42
42
> Using the `additionalRowClass` property to apply classes to list rows will leave the formatting of individual columns in place. This allows you to combine view formats with column formatting for some powerful visualizations.
@@ -794,7 +794,7 @@ Creating custom view formatting JSON from scratch is simple if user understands
794
794
795
795
### rowFormatter
796
796
797
-
Optional element. Specifies a JSON object that describes a list row format. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Only valid for 'List' and 'Compact List' layouts.
797
+
Optional element. Specifies a JSON object that describes a list row format. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Only valid for 'List' and 'Compact List' layouts.
798
798
799
799
> [!NOTE]
800
800
> Using the `rowFormatter` property will override anything specified in the `additionalRowClass` property. They are mutually exclusive.
@@ -831,19 +831,19 @@ Optional element. Defines the width of the card in pixels for 'Gallery' layout.
831
831
832
832
### formatter
833
833
834
-
JSON object that defines the layout of cards for 'Gallery' layout. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Only valid for 'Gallery' layout.
834
+
JSON object that defines the layout of cards for 'Gallery' layout. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Only valid for 'Gallery' layout.
835
835
836
836
### groupProps
837
837
838
838
Groups the group related customization options. Valid in 'List', 'Compact List' and 'Gallery' layouts.
839
839
840
840
### headerFormatter
841
841
842
-
JSON object that defines the format for group header. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Valid in 'List', 'Compact List' and 'Gallery' layouts.
842
+
JSON object that defines the format for group header. The schema of this JSON object is identical to the schema of a column format. For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Valid in 'List', 'Compact List' and 'Gallery' layouts.
843
843
844
844
### footerFormatter
845
845
846
-
JSON object that defines the format for group and list footer. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#detailed-syntax-reference). Valid in 'List' and 'Compact List' layouts.
846
+
JSON object that defines the format for group and list footer. The schema of this JSON object is identical to the schema of a column format (and that of rowFormatter). For details on this schema and its capabilities, see the [Column Format detailed syntax reference](/../../blob/master/docs/declarative-customization/column-formatting.md#detailed-syntax-reference). Valid in 'List' and 'Compact List' layouts.
847
847
848
848
### hideFooter
849
849
@@ -869,7 +869,7 @@ The `@group` object has the following properties (with example values):
869
869
}
870
870
```
871
871
872
-
You can also access sub properties for fields with rich data, e.g. People field, as mentioned under [Column Format special string values](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#special-string-values).
872
+
You can also access sub properties for fields with rich data, e.g. People field, as mentioned under [Column Format special string values](/../../blob/master/docs/declarative-customization/column-formatting.md#special-string-values).
873
873
874
874
```JSON
875
875
{
@@ -906,7 +906,7 @@ The `@columnAggregate` object has the following properties (with example values)
906
906
907
907
Provides access to array of aggregated column's value, display name and aggregate type. Valid in 'List', 'Compact List' and 'Gallery' layouts. Available only inside `groupProps`.
908
908
909
-
The `@aggregates` object has the following properties (with example value), and can be iterated on using [Column Format forEach](https://docs.microsoft.com/sharepoint/dev/declarative-customization/column-formatting#foreach) property.
909
+
The `@aggregates` object has the following properties (with example value), and can be iterated on using [Column Format forEach](/../../blob/master/docs/declarative-customization/column-formatting.md#foreach) property.
0 commit comments