Skip to content

Commit be96bed

Browse files
authored
Add an event listener for toggleGroup (#535)
It would be useful to be able to control the toggleGroup method from foreign livewire components
1 parent 8dc46a7 commit be96bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Livewire/LivewireDatatable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class LivewireDatatable extends Component
9292
'applyToTable',
9393
'resetTable',
9494
'doTextFilter',
95+
'toggleGroup',
9596
];
9697

9798
protected $operators = [

0 commit comments

Comments
 (0)