File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ public function configure(): void
3434 'toolbar-right-end' => 'path.to.my.view',
3535 'before-toolbar' => 'path.to.my.view',
3636 'after-toolbar' => 'path.to.my.view',
37+ 'after-tools' => 'path.to.my.view',
3738 'before-pagination' => 'path.to.my.view',
3839 'after-pagination' => 'path.to.my.view',
3940 'after-wrapper' => 'path.to.my.view',
Original file line number Diff line number Diff line change 5454 </x-livewire-tables::tools >
5555 @endif
5656
57+ @includeWhen (
58+ $this -> hasConfigurableAreaFor (' after-tools' ),
59+ $this -> getConfigurableAreaFor (' after-tools' ),
60+ $this -> getParametersForConfigurableArea (' after-tools' )
61+ )
62+
5763 <x-livewire-tables::table >
5864
5965 <x-slot name =" thead" >
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ trait WithConfigurableAreas
2020 'toolbar-right-end ' => null ,
2121 'before-toolbar ' => null ,
2222 'after-toolbar ' => null ,
23+ 'after-tools ' => null ,
2324 'before-pagination ' => null ,
2425 'after-pagination ' => null ,
2526 ];
You can’t perform that action at this time.
0 commit comments