Skip to content

Commit

Permalink
Merge pull request #219 from upfluence/na/DRA-1968
Browse files Browse the repository at this point in the history
Improved: select/deselect behavior on hypertableV2
  • Loading branch information
nathalieArnoux authored Dec 19, 2024
2 parents 0352fad + f3b72d0 commit 93ac72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/hyper-table-v2/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="hypertable__sticky-columns">
{{#if this.features.selection}}
<div class="hypertable__column hypertable__column--selection">
<header>
<header {{on "click" (fn this.toggleSelectAll (eq this.selectionCount 0))}} role="button">
<OSS::Checkbox
@checked={{gt this.selectionCount 0}}
@size="sm"
Expand All @@ -101,7 +101,7 @@
@handler={{@handler}}
@column={{column}}
@row={{row}}
@onClick={{this.onRowClick}}
@onClick={{fn this.toggleRowSelection row}}
@onHover={{this.onRowHover}}
>
<OSS::Checkbox
Expand Down

0 comments on commit 93ac72c

Please sign in to comment.