@@ -104,24 +104,24 @@ public static function table(Table $table): Table
104104 {
105105 return $ table
106106 ->columns ([
107- IconColumn::make ('language_flag_icon ' )
108- ->label ('L ' )
109- ->icon (fn (string $ state ): string => $ state ),
110- IconColumn::make ('country_flag_icon ' )
111- ->label ('C ' )
112- ->icon (fn (string $ state ): string => $ state ),
113107 TextColumn::make ('locale ' )
114108 ->label (__ ('data::fields.locale ' )),
115109 TextColumn::make ('name ' )->label (__ ('data::fields.name ' ))->sortable ()->searchable ()->toggleable (),
116- IconColumn::make ('is_official_language ' )
117- ->label (__ ( ' data::fields.is_official_language ' ) )
118- ->boolean ( ),
110+ IconColumn::make ('language_flag_icon ' )
111+ ->label ('' )
112+ ->icon ( fn ( string $ state ): string => $ state ),
119113 TextColumn::make ('language.common_name ' )
120114 ->label (__ ('data::fields.common_language_name ' ))
121115 ->sortable (),
116+ IconColumn::make ('country_flag_icon ' )
117+ ->label ('' )
118+ ->icon (fn (string $ state ): string => $ state ),
122119 TextColumn::make ('country.common_name ' )
123120 ->label (__ ('data::fields.common_country_name ' ))
124121 ->sortable (),
122+ IconColumn::make ('is_official_language ' )
123+ ->label (__ ('data::fields.is_official_language ' ))
124+ ->boolean (),
125125 ])
126126 ->defaultSort ('id ' , 'desc ' )
127127 ->actions ([...static ::getTableActions ()])
0 commit comments