Skip to content

Commit 3016ed0

Browse files
committed
Merge branch 'develop' into PaoloCentomani-fix-tailwind-search-button
# Conflicts: # CHANGELOG.md
2 parents aaa36dd + 53bb4c8 commit 3016ed0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
77
### Changed
88

99
- Updated Tailwind search clear button (https://github.com/rappasoft/laravel-livewire-tables/pull/217).
10+
- Updated readme
1011

1112
## [1.0.4] - 2021-04-18
1213

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,6 @@ use Rappasoft\LaravelLivewireTables\Views\Filter;
427427
class UsersTable extends DataTableComponent
428428
{
429429

430-
public array $filters = [
431-
'type' => null,
432-
'active' => null,
433-
'verified' => null,
434-
'2fa' => null,
435-
];
436-
437430
public array $sortNames = [
438431
'email_verified_at' => 'Verified',
439432
'two_factor_secret' => '2FA',

0 commit comments

Comments
 (0)