We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425ebd commit cf50ebcCopy full SHA for cf50ebc
resources/views/bootstrap-4/datatable.blade.php
@@ -38,5 +38,7 @@ class="container-fluid p-0"
38
@include('livewire-tables::bootstrap-4.includes.pagination')
39
</div>
40
41
- @include($modalsView)
+ @isset($modalsView)
42
+ @include($modalsView)
43
+ @endisset
44
resources/views/bootstrap-5/datatable.blade.php
@include('livewire-tables::bootstrap-5.includes.pagination')
resources/views/tailwind/datatable.blade.php
@@ -35,5 +35,7 @@
35
36
37
0 commit comments