addColumn('no', 'no') ->addColumn('text', 'name', ['orderBy' => 'name', 'title' => 'Client Name']) ->addColumn('text', 'testimonial', ['title' => 'Testimonial', 'truncateLength' => 255]) ->addColumn( 'link_enum', 'show', ['orderBy' => 'show', 'values' => ['y' => 'Yes', 'n' => 'No']]) ->addColumn('options', 'options'); return $this; } }