Skip to content

Commit 1b2d3a4

Browse files
committed
Fix polling issue
1 parent ec8bc95 commit 1b2d3a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
44

55
## [Unreleased]
66

7+
## [0.4.0] - 2021-04-14
8+
9+
### Changed
10+
11+
- Fixed polling issue
12+
713
## [0.3.3] - 2020-12-13
814

915
### Added

resources/views/bootstrap-4/table-component.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div
22
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
44
>
55
@include('laravel-livewire-tables::'.config('laravel-livewire-tables.theme').'.includes.offline')
66
@include('laravel-livewire-tables::'.config('laravel-livewire-tables.theme').'.includes.options')

0 commit comments

Comments
 (0)