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.
2 parents aaa36dd + 53bb4c8 commit 3016ed0Copy full SHA for 3016ed0
CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
7
### Changed
8
9
- Updated Tailwind search clear button (https://github.com/rappasoft/laravel-livewire-tables/pull/217).
10
+- Updated readme
11
12
## [1.0.4] - 2021-04-18
13
README.md
@@ -427,13 +427,6 @@ use Rappasoft\LaravelLivewireTables\Views\Filter;
427
class UsersTable extends DataTableComponent
428
{
429
430
- public array $filters = [
431
- 'type' => null,
432
- 'active' => null,
433
- 'verified' => null,
434
- '2fa' => null,
435
- ];
436
-
437
public array $sortNames = [
438
'email_verified_at' => 'Verified',
439
'two_factor_secret' => '2FA',
0 commit comments