addColumn('no', 'no', array('orderBy' => 'sorter')); $this->addColumn( 'text', 'typeTitle', array('title' => 'Type', 'orderBy' => 'type') ); $this->addColumn('text', 'title', array('title' => 'Title', 'orderBy' => 'title')); $this->addColumn( 'image', 'image', array( 'title' => 'Slide/Background Image', 'imageAttribs' => array('width' => 190, 'height' => 90), ) ); $this->addColumn( 'link_enum', 'show', array( 'title' => 'Show', 'orderBy' => 'show', 'values' => array('y' => 'Yes', 'n' => 'No'), ) ); $this->addColumn('options', 'options'); return $this; } }