示例#1
0
文件: Grid.php 项目: nemphys/magento2
 /**
  * Return row url for js event handlers
  *
  * @param Mage_Catalog_Model_Product|Varien_Object
  * @return string
  */
 public function getRowUrl($item)
 {
     $res = parent::getRowUrl($item);
     return $res ? $res : '#';
 }