Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
grid.phtml File Reference

Go to the source code of this file.

Variables

 $numColumns = sizeof($block->getColumns())
 
 endif
 
foreach( $block->getColumns() as $_column)() ?><? endforeach = (($_html = $_column->getRowField($_item)) != '' ? $_html : '&nbsp;')
 
else __pad0__
 

Variable Documentation

◆ $numColumns

$numColumns = sizeof($block->getColumns())

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 12 of file grid.phtml.

◆ __pad0__

else __pad0__

Definition at line 48 of file grid.phtml.

◆ endforeach

endforeach = (($_html = $_column->getRowField($_item)) != '' ? $_html : '&nbsp;')

Definition at line 39 of file grid.phtml.

◆ endif

endif

Definition at line 31 of file grid.phtml.