mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5071
This commit is contained in:
parent
adadbf27c4
commit
54ea411d76
10 changed files with 30 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue