File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/@react-spectrum/table/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -462,10 +462,10 @@ function TableSelectAllCell({column}) {
462
462
)
463
463
} >
464
464
{
465
- /*
466
- In single selection mode, the checkbox will be hidden.
467
- So to avoid leaving a column header with no accessible content,
468
- we use a VisuallyHidden component to include the aria-label from the checkbox,
465
+ /*
466
+ In single selection mode, the checkbox will be hidden.
467
+ So to avoid leaving a column header with no accessible content,
468
+ we use a VisuallyHidden component to include the aria-label from the checkbox,
469
469
which for single selection will be "Select."
470
470
*/
471
471
isSingleSelectionMode &&
@@ -618,7 +618,7 @@ function TableCell({cell}) {
618
618
styles ,
619
619
'spectrum-Table-cell' ,
620
620
{
621
- 'spectrum-Table-cell--divider' : columnProps . showDivider ,
621
+ 'spectrum-Table-cell--divider' : columnProps . showDivider && cell . column . nextKey !== null ,
622
622
'spectrum-Table-cell--hideHeader' : columnProps . hideHeader ,
623
623
'is-disabled' : isDisabled
624
624
} ,
You can’t perform that action at this time.
0 commit comments