Skip to content

Commit

Permalink
Semesters can be sorted by URL
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Oct 17, 2024
1 parent e37c74a commit 856e523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Livewire/Backend/SemesterTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function columns(): array
Column::make("Description", "description")
->searchable(),
Column::make("URL", "url")
->sortable()
->searchable(),
Column::make("Updated by", "created_by")
->sortable(),
Expand Down

0 comments on commit 856e523

Please sign in to comment.