Skip to content

Commit 53bb4c8

Browse files
committed
Updated readme
1 parent 58007d7 commit 53bb4c8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Updated readme
10+
711
## [1.0.4] - 2021-04-18
812

913
### Added

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)