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
The following column types support column formatting:
@@ -1378,7 +1469,15 @@ The people field object has the following properties (with example values):
1378
1469
"jobTitle":"HR Manager"
1379
1470
}
1380
1471
```
1472
+
People field can have profile hover cards along with formatting
1381
1473
1474
+
```json
1475
+
{
1476
+
"elmType": "div",
1477
+
"txtContent": "[$Editor.title]",
1478
+
"defaultHoverField": "[$Editor]"
1479
+
}
1480
+
```
1382
1481
**Date/Time fields**
1383
1482
1384
1483
The value of Date/Time fields can be retrieved a few different ways, depending on the date format you'd like to display. The following methods for converting date values to specific formats are supported:
@@ -1426,7 +1525,7 @@ The ___location field object has the following properties (with example values):
@@ -1629,7 +1728,7 @@ These tokens will yield no value on non-file items including folders.
1629
1728
> [!TIP]
1630
1729
> Thumbnails are only available for a list of supported file formats. It means that sometimes the URL generated is not accessible due to lack of support on certain formats. However, if a valid thumbnail token is set as the _only_`src` attribute of an `img` tag, we will take care of it and hide the image when it is not available.
0 commit comments