Skip to content

Commit 02aab82

Browse files
authored
Merge pull request #81 from youda97/master
Update rows to be highlighted
2 parents 88ae405 + 1f85b7c commit 02aab82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/table/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ import { getScrollbarWidth } from "../common/utils";
267267
(click)="onRowSelect(i)"
268268
[attr.data-parent-row]="(model.isRowExpandable(i) ? 'true' : null)"
269269
[ngClass]="{
270-
selected: model.rowsSelected[i],
270+
'bx--data-table-v2--selected': model.rowsSelected[i],
271271
'bx--parent-row-v2': model.isRowExpandable(i),
272272
'bx--expandable-row-v2': model.rowsExpanded[i],
273273
'tbody_row--selectable': enableSingleSelect,

0 commit comments

Comments
 (0)