Tomas Tovt
Results
1
comments of
Tomas Tovt
I get solution with AdminColumn's custom method here is my code: `AdminColumn::custom()->setLabel('Parent Category')->setCallback(function($model){ $oParentCategory = Category::where('parent_id', $model->parent_id)->first(); return $oParentCategory->name; })`