Skip to content

Commit e299c8e

Browse files
committed
View formatting draft article adjustments
1 parent 3f910f8 commit e299c8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/declarative-customization/view-formatting renamed to docs/declarative-customization/view-formatting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ To open the view formatting pane, open the view dropdown, and choose **Format th
2626
The easiest way to use view formatting is to start from an example and edit it to apply to your specific view. The following sections contain examples that you can copy, paste, and edit for your scenarios. There are also several samples available in the [SharePoint/sp-dev-list-formatting repository](https://github.com/SharePoint/sp-dev-list-formatting).
2727

2828
## Apply conditional formatting
29+
2930
You can use view formatting to apply a class to a list view row, depending on the value of one or more fields in the row. These examples leave the content and structure of list view rows intact.
3031

3132
For a list of recommended classes to use inside view formats, please see the [Style Guidelines section](https://github.com/SharePoint/sp-dev-docs/blob/master/docs/declarative-customization/column-formatting.md#style-guidelines) in the [Column Formatting reference document.](https://github.com/SharePoint/sp-dev-docs/blob/master/docs/declarative-customization/column-formatting.md)
@@ -35,6 +36,7 @@ For a list of recommended classes to use inside view formats, please see the [St
3536
### Conditional formatting based on the value in a text or choice field
3637

3738
## Build custom row layouts
39+
3840
You can use view formatting to define a totally custom layout of field values inside a row.
3941

4042
### Multi-line view

0 commit comments

Comments
 (0)