Guest User

Untitled

a guest
Jan 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $this->addColumn('status', array(
  2. 'header' => $this->helper->__('Status'),
  3. 'width' => '20px',
  4. 'renderer' => 'namespace_modulename/adminhtml_renderer_status'
  5. ));
  6.  
  7. 'filter_condition_callback'=> array($this, '_filterWhatYouWantCondition')
Add Comment
Please, Sign In to add comment