addColumn('no', 'no', ['orderBy' => 'sorter']); $this->addColumn('image', 'photo', ['imageAttribs' => $this->getConfigArray('photoSize')]); $this->addColumn('text', 'firstName', ['orderBy' => 'firstName']); $this->addColumn('text', 'lastName', ['orderBy' => 'lastName']); $this->addColumn('text', 'jobTitle', ['orderBy' => 'jobTitle']); $this->addColumn('text', 'location', ['orderBy' => 'location', 'defaultText' => '-']); $this->addColumn('link_enum', 'enabled', ['orderBy' => 'enabled', 'title' => 'Show']); $this->addColumn('options', 'option'); return parent::_initColumns(); } }