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.
1 parent 58007d7 commit 53bb4c8Copy full SHA for 53bb4c8
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
5
## [Unreleased]
6
7
+### Changed
8
+
9
+- Updated readme
10
11
## [1.0.4] - 2021-04-18
12
13
### Added
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