addColumn('date', 'added', ['title' => 'Date', 'orderBy' => 'added']); $this->addColumn('image', 'photo', ['title' => 'Photo']); $this->addColumn('link_listing', 'title', ['title' => 'Title', 'orderBy' => 'title']); $this->addColumn('price', 'price', ['title' => 'Price', 'orderBy' => 'price']); $this->addColumn('text', 'location', ['title' => 'Location', 'orderBy' => 'location']); return $this; } }