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