示例#1
0
文件: Grid.php 项目: aiesh/magento2
 /**
  * Initialize block elements
  */
 protected function _init()
 {
     parent::_init();
     $this->selectItem = "[data-column=entity_id] input";
 }