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
@@ -58,7 +59,8 @@ Default labels are: series title from SRK, `Name`, `Organization`, `Score`,
58
59
|`showProblemStatisticsFooter`|`false`| Renders the multi-row problem statistics footer plus the final problem alias row. |
59
60
|`showDirtColumn`|`false`| Appends the row Dirt percentage column after problem columns. |
60
61
|`showSEColumn`|`false`| Appends the row SE column after problems and after Dirt when both are enabled. |
61
-
|`rowBordered`|`false`| Enables row separators via shared CSS variables. Existing `borderedRows` remains a React alias. |
62
+
|`rowBordered`|`false`| Enables row separators via shared CSS variables. |
63
+
|`rowStriped`|`false`| Enables striped body rows. |
62
64
|`columnBordered`|`false`| Enables column separators via shared CSS variables. |
63
65
|`emptyStatusPlaceholder`|`null`| Replaces no-submission status cell blank content with a custom string. |
64
66
|`userAvatarPlacement`|`user`| Moves the default avatar into the split Organization column only when set to `organization` and `splitOrganization` is enabled. |
@@ -153,10 +155,11 @@ Default labels are: series title from SRK, `Name`, `Organization`, `Score`,
153
155
- If the footer and appended extra columns are both enabled, the footer gets
154
156
one empty alignment cell for each enabled extra column, in column order
155
157
(`Dirt`, then `SE`).
156
-
-`rowBordered` enables a light horizontal separator between body rows.
157
-
`borderedRows` remains supported as the existing React alias. The color is
158
-
controlled by `--srk-table-row-border-color`, which defaults to
158
+
-`rowBordered` enables a light horizontal separator between body rows. The
159
+
color is controlled by `--srk-table-row-border-color`, which defaults to
159
160
`--srk-table-border` only when row borders are enabled.
161
+
-`rowStriped` enables the existing `.srk-table-row-striped` body-row
162
+
background treatment.
160
163
-`columnBordered` enables light vertical separators between columns. The color
161
164
is controlled by `--srk-table-column-border-color`, which defaults to
162
165
`--srk-table-border` only when column borders are enabled. Column separator
@@ -111,6 +111,7 @@ Use `ModalComponent` directly when you want custom modal content. `SrkUserCellTe
111
111
-`showDirtColumn`: appends a Dirt percentage column after problem columns.
112
112
-`showSEColumn`: appends a contestant SE column after problem columns, placed after Dirt when both are enabled.
113
113
-`rowBordered`: adds row separators controlled by CSS variables.
114
+
-`rowStriped`: adds striped body rows.
114
115
-`columnBordered`: adds column separators controlled by CSS variables.
115
116
-`emptyStatusPlaceholder`: renders a custom string in no-submission status cells.
116
117
-`userAvatarPlacement`: chooses whether the default user avatar renders in the user column or, when `splitOrganization` is enabled, in the organization column.
@@ -88,6 +88,7 @@ Use `Modal` directly when you want custom modal content. `Ranklist` also accepts
88
88
-`showDirtColumn`: appends a Dirt percentage column after problem columns.
89
89
-`showSEColumn`: appends a contestant SE column after problem columns, placed after Dirt when both are enabled.
90
90
-`rowBordered`: adds row separators controlled by CSS variables.
91
+
-`rowStriped`: adds striped body rows.
91
92
-`columnBordered`: adds column separators controlled by CSS variables.
92
93
-`emptyStatusPlaceholder`: renders a custom string in no-submission status cells.
93
94
-`userAvatarPlacement`: chooses whether the default user avatar renders in the user column or, when `splitOrganization` is enabled, in the organization column.
@@ -102,6 +103,7 @@ Use `Modal` directly when you want custom modal content. `Ranklist` also accepts
0 commit comments