Skip to content

Commit

Permalink
[Issue: 725]: Disable row selection if a condition is met (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkmahale17 authored Feb 17, 2021
1 parent 91b2d4a commit 9940863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
>
<input
type="checkbox"
:disabled="row.vgtDisabled"
:checked="row.vgtSelected"
/>
</th>
Expand Down

0 comments on commit 9940863

Please sign in to comment.