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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1459,7 +1459,7 @@ Operators specify the type of operation to perform. The following operators are
1459
1459
1460
1460
-**padEnd**: pads the current string with a given string until the resulting string reaches the given length. The padding is applied from the end of the current string.
1461
1461
-`"txtContent":"=padEnd('DogFood', 10, 'A')"` results in _DogFoodAAA_
1462
-
-`"txtContent":"=padEnd('DogFood', 10, 'AB')"` results in _ABADogFoodABA_
1462
+
-`"txtContent":"=padEnd('DogFood', 10, 'AB')"` results in _DogFoodABA_
1463
1463
-`"txtContent":"=padEnd('DogFood', 5, 'A')"` results in _DogFood_
1464
1464
1465
1465
**Conditional operator** - The conditional operator is:
0 commit comments