@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** @var Nayjest\Grids\Components\Filter $component */ |
| 3 | 3 | ?> |
| 4 | -<?php if($component->getLabel()): ?> |
|
| 4 | +<?php if ($component->getLabel()): ?> |
|
| 5 | 5 | <span><?= $component->getLabel() ?></span> |
| 6 | 6 | <?php endif ?> |
| 7 | 7 | <input |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | { |
| 47 | 47 | $row = $this->getDataRow(); |
| 48 | 48 | $out = ''; |
| 49 | - foreach($this->grid->getConfig()->getColumns() as $column) { |
|
| 49 | + foreach ($this->grid->getConfig()->getColumns() as $column) { |
|
| 50 | 50 | $component = new TableCell($column); |
| 51 | 51 | $component->initialize($this->grid); |
| 52 | 52 | $component->setContent($column->getValue($row)); |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author: Vitaliy Ofat <[email protected]> |
|
| 4 | - * |
|
| 5 | - * @var $grid Nayjest\Grids\Grid |
|
| 6 | - */ |
|
| 3 | + * @author: Vitaliy Ofat <[email protected]> |
|
| 4 | + * |
|
| 5 | + * @var $grid Nayjest\Grids\Grid |
|
| 6 | + */ |
|
| 7 | 7 | use Nayjest\Grids\Components\CsvExport; |
| 8 | 8 | ?> |
| 9 | 9 | <span> |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author: Vitaliy Ofat <[email protected]> |
|
| 4 | - * |
|
| 5 | - * @var $grid Nayjest\Grids\Grid |
|
| 6 | - */ |
|
| 3 | + * @author: Vitaliy Ofat <[email protected]> |
|
| 4 | + * |
|
| 5 | + * @var $grid Nayjest\Grids\Grid |
|
| 6 | + */ |
|
| 7 | 7 | use Nayjest\Grids\Components\ExcelExport; |
| 8 | 8 | ?> |
| 9 | 9 | <span> |