예제 #1
0
파일: Grid.php 프로젝트: aiesh/magento2
 /**
  * Initialize block elements
  */
 protected function _init()
 {
     parent::_init();
     $this->selectItem = "[data-column=entity_id] input";
 }