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/column-formatting.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ You can use column formatting to render quick action links next to fields. The f
305
305
"elmType": "a",
306
306
"attributes": {
307
307
"iconName": "Mail",
308
-
"class": "sp-field-quickActions",
308
+
"class": "sp-field-quickAction",
309
309
"href": {
310
310
"operator": "+",
311
311
"operands": [
@@ -690,7 +690,7 @@ You can use the following predefined classes for several common scenarios.
690
690
| sp-field-dataBars ||
691
691
| sp-field-trending--up ||
692
692
| sp-field-trending--down ||
693
-
| sp-field-quickActions||
693
+
| sp-field-quickAction||
694
694
695
695
> [!NOTE]
696
696
> The icons shown above for the `sp-field-severity` classes are **NOT** part of the class. Only the background color is included. Icons can be added by using the `iconName` attribute.
0 commit comments