File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ public static function table(Table $table): Table
5454 ->columns ([
5555 Tables \Columns \TextColumn::make ('name ' )
5656 ->label (__ ('cachet::component_group.list.headers.name ' ))
57+ ->sortable ()
5758 ->searchable (),
5859 Tables \Columns \TextColumn::make ('visible ' )
5960 ->label (__ ('cachet::component_group.list.headers.visible ' ))
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ public static function table(Table $table): Table
6363 ->columns ([
6464 Tables \Columns \TextColumn::make ('name ' )
6565 ->label (__ ('cachet::component.list.headers.name ' ))
66+ ->sortable ()
6667 ->searchable (),
6768 Tables \Columns \TextColumn::make ('status ' )
6869 ->label (__ ('cachet::component.list.headers.status ' ))
You can’t perform that action at this time.
0 commit comments