addColumn('no', 'no', array('orderBy' => 'id')); $this->addColumn('text', 'changed', array('orderBy' => 'changed')); $this->addColumn('text', 'source', array('orderBy' => 'source')); $this->addColumn('text', 'destination', array('orderBy' => 'destination')); $this->addColumn('options', 'options'); return $this; } }