Esempio n. 1
0
 /**
  * Retrieve column set block
  *
  * @return \Magento\Framework\View\Element\AbstractBlock
  */
 public function getColumnSet()
 {
     if (!$this->getChildBlock('grid.columnSet')) {
         $this->setChild('grid.columnSet', $this->getLayout()->createBlock('Magento\\Backend\\Block\\Widget\\Grid\\ColumnSet'));
     }
     return parent::getColumnSet();
 }