File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
resources/views/bootstrap-4 Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.4.0] - 2021-04-14
8
+
9
+ ### Changed
10
+
11
+ - Fixed polling issue
12
+
7
13
## [ 0.3.3] - 2020-12-13
8
14
9
15
### Added
Original file line number Diff line number Diff line change 1
1
<div
2
2
class =" {{ $this -> getOption (' bootstrap.container' ) ? ' container-fluid' : ' ' } }"
3
- @if (is_numeric ($refresh ) ) wire:poll.{{ $refresh }}. ms @elseif (is_string ($refresh ) ) wire:poll =" {{ $refresh } }" @endif
3
+ @if (is_numeric ($refresh ) ) wire:poll.{{ $refresh }}ms @elseif (is_string ($refresh ) ) wire:poll =" {{ $refresh } }" @endif
4
4
>
5
5
@include (' laravel-livewire-tables::' . config (' laravel-livewire-tables.theme' ). ' .includes.offline' )
6
6
@include (' laravel-livewire-tables::' . config (' laravel-livewire-tables.theme' ). ' .includes.options' )
You can’t perform that action at this time.
0 commit comments