Skip to content

Instantly share code, notes, and snippets.

@jacquesbh
jacquesbh / decorate_method.php
Created July 4, 2012 09:29
Magento - Grid column decorator for 'actions' depending on row
<?php
/**
* Decorate the actions column
* @access public
* @return string
*/
public function decorateActionColumn($value, $row, $column, $isExport)
{
$links = array();