addColumn('no', 'no', array('orderBy' => 'sorter')); $this->addColumn( 'item', 'item', array( 'title' => 'Social Link', 'orderBy' => 'title', 'iconWidth' => $this->getConfig('image')->width, 'iconHeight' => $this->getConfig('image')->height, ) ); $this->addColumn( 'link_enum', 'enabled', array( 'title' => 'Show', 'url' => BASE_URL_LANGUAGE . '/' . CURRENT_PAGE . '?action=changeOption&', 'values' => array('y' => 'Yes', 'n' => 'No'), 'orderBy' => 'enabled', ) ); $this->addColumn('options', 'options'); return $this; } }