addColumn('no', 'no'); $this->addColumn('image', 'image'); $this->addColumn('text', 'title'); $this->addColumn('text', 'categoryTitle', ['title' => 'Category', 'orderBy' => 'categoryTitle']); $this->addColumn('money', 'price'); $this->addColumn('quantity', 'quantity'); return $this; } }