fix(data-table): include border style for non-expandable rows

Fixes #861
This commit is contained in:
metonym 2021-10-20 09:47:17 -07:00
commit bebc4974c3

View file

@ -345,7 +345,8 @@
<TableCell <TableCell
class="bx--table-expand" class="bx--table-expand"
headers="expand" headers="expand"
data-previous-value="{expandedRows[row.id] data-previous-value="{!nonExpandableRowIds.includes(row.id) &&
expandedRows[row.id]
? 'collapsed' ? 'collapsed'
: undefined}" : undefined}"
> >