BIG-78: feat: prevent table row click action on some given nested elements.

This commit is contained in:
a.bouhuolia
2021-09-29 00:07:06 +02:00
parent d6c78a9908
commit 786aad438a
6 changed files with 68 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ import { Checkbox } from '@blueprintjs/core';
export default function TableIndeterminateCheckboxRow({ row }) {
return (
<div>
<div class="selection-checkbox">
<Checkbox {...row.getToggleRowSelectedProps()} />
</div>
);