File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ public static function table(Table $table): Table
8484 Tables \Actions \DeleteBulkAction::make (),
8585 ]),
8686 ])
87+ ->reorderable ('order ' )
88+ ->defaultSort ('order ' )
8789 ->emptyStateHeading (__ ('cachet::component_group.list.empty_state.heading ' ))
8890 ->emptyStateDescription (__ ('cachet::component_group.list.empty_state.description ' ));
8991 }
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ public static function table(Table $table): Table
108108 ]),
109109 ])
110110 ->reorderable ('order ' )
111+ ->defaultSort ('order ' )
111112 ->emptyStateHeading (__ ('cachet::component.list.empty_state.heading ' ))
112113 ->emptyStateDescription (__ ('cachet::component.list.empty_state.description ' ));
113114 }
You can’t perform that action at this time.
0 commit comments