Guest User

Untitled

a guest
Jan 22nd, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $this->_removeButton('add');
  2.  
  3. public function getRowUrl($row)
  4. {
  5. // This is where our row data will link to
  6. return $this->getUrl('*/*/edit', array('id' => $row->getId()));
  7. }
  8.  
  9. public function getRowUrl($row)
  10. {
  11. return false;
  12. }
  13.  
  14. public function getRowUrl()
  15. {
  16. return $this->getUrl('*/*/yourAction', array('id' => $row->getId()));
  17. }
Add Comment
Please, Sign In to add comment