This commit is contained in:
mertsincan 2024-01-14 14:09:03 +00:00
parent adadbf27c4
commit 54ea411d76
10 changed files with 30 additions and 8 deletions

View file

@ -34,6 +34,7 @@
@checkbox-toggle="toggleCheckbox"
:index="i"
:loadingMode="loadingMode"
:unstyled="unstyled"
:pt="pt"
></TTBodyCell>
</template>
@ -57,6 +58,7 @@
@node-toggle="$emit('node-toggle', $event)"
@node-click="$emit('node-click', $event)"
@checkbox-change="onCheckboxChange"
:unstyled="unstyled"
:pt="pt"
/>
</template>