Skip to content

Commit 58bd149

Browse files
docs(table): add focused cell to table states story
1 parent 4ce211d commit 58bd149

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/table/stories/table.stories.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,11 @@ TableStates.args = {
359359
cellContent: "Table row bravo",
360360
},
361361
{
362-
cellContent: "Selected unfocused row, no rounded corners",
362+
cellContent: ["Selected unfocused row, with a focused cell", "Focused cell", "Unfocused cell"],
363363
isSelected: true,
364+
cellCustomClasses: {
365+
1: ["is-focused"]
366+
}
364367
},
365368
{
366369
cellContent: "Focused unselected row, no rounded corners",

0 commit comments

Comments
 (0)