public function description($item, &$options) { // textarea in description instead of text like e.g. by title, sku, price $item['editclass'] = 'autogrow'; $item['editfilter'] = 'html'; return $this->commonColumn($item, $options); }