addColumn('no', 'no'); $this->addColumn('date', 'added', array('title' => 'Date Added', 'orderBy' => 'added')); $this->addColumn('text', 'county'); $this->addColumn('options', 'options'); return $this; } }