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 7ff1bcc + 5fa4a1a commit 3db9507Copy full SHA for 3db9507
app/Filament/Resources/InboxResource.php
@@ -77,11 +77,13 @@ public static function table(Table $table): Table
77
TextColumn::make('comments_count')
78
->label(ucfirst(trans_choice('messages.comments', 2)))
79
->counts('comments')
80
+ ->sortable()
81
->toggleable(),
82
83
TextColumn::make('votes_count')
84
->label(ucfirst(trans_choice('messages.votes', 2)))
85
->counts('votes')
86
87
88
89
TextColumn::make('user.name')
0 commit comments