Skip to content

Commit

Permalink
Merge pull request #1891 from joyceverheije/feat/user-index-link-on-name
Browse files Browse the repository at this point in the history
[3.x] Add link to users on index
  • Loading branch information
haringsrob authored Nov 7, 2022
2 parents 99f4def + d8ecc09 commit 027fb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Controllers/Admin/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public function getIndexTableColumns(): TableColumns
$tableColumns->add(
Text::make()
->field($this->titleColumnKey)
->linkToEdit()
->sortable(),
);
$tableColumns->add(
Expand Down

0 comments on commit 027fb6f

Please sign in to comment.