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 643f8e1 commit 08790acCopy full SHA for 08790ac
resources/views/tailwind/datatable.blade.php
@@ -1,5 +1,5 @@
1
<div
2
- @if (is_numeric($refresh)) wire:poll.{{ $refresh }}.ms @elseif(is_string($refresh)) wire:poll="{{ $refresh }}" @endif
+ @if (is_numeric($refresh)) wire:poll.{{ $refresh }}ms @elseif(is_string($refresh)) wire:poll="{{ $refresh }}" @endif
3
class="flex-col space-y-4"
4
>
5
@if ($showSorting && count($sorts))
0 commit comments