addColumn('no', 'no'); $this->addColumn('image', 'image'); $this->addColumn('text', 'title'); $this->addColumn('categories', 'categories', array('categoriesCount' => static::CATEGORIES_CELL_COUNT)); $this->addColumn('money', 'price'); $this->addColumn('quantity', 'quantity'); return $this; } }