コード例 #1
0
ファイル: Grid.php プロジェクト: aiesh/magento2
 /**
  * Initialize block elements
  */
 protected function _init()
 {
     parent::_init();
     $this->selectItem = "[data-column=entity_id] input";
 }