addColumn('no', 'no', ['orderBy' => 'sorter']) ->addColumn('text', 'name', ['orderBy' => 'name']) ->addColumn('image', 'image') ->addColumn('text', 'jobTitle', ['orderBy' => 'jobTitle']) ->addColumn('text', 'fullBioStripped', ['orderBy' => 'fullBioStripped', 'title' => 'Full Bio']) ->addColumn('link_enum', 'enabled', ['orderBy' => 'enabled', 'title' => 'Show']) ->addColumn('options', 'options'); return $this; } }