Skip to content

Commit

Permalink
Merge pull request #99 from devaslanphp/dev
Browse files Browse the repository at this point in the history
Bug-fix: users table searchable/sortable
  • Loading branch information
heloufir authored Sep 26, 2022
2 parents e46d7d5 + a20f7b1 commit 81ce1cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Http/Livewire/Administration/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ protected function getTableColumns(): array
->sortable(),

BooleanColumn::make('isAccountActivated')
->label(__('Account activated'))
->sortable()
->searchable(),
->label(__('Account activated')),

TagsColumn::make('permissions.name')
->label(__('Permissions'))
Expand Down

0 comments on commit 81ce1cd

Please sign in to comment.