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