Jump to content

Edit History

Andrei H

Andrei H

Hello,

Does replacing:

'itemsGrid' => $grid,

In the Controller with:

'itemsGrid' => $this->presentGrid($grid),

changes anything?

Andrei H

Andrei H

Hello,

Does changing:

'itemsGrid' => $grid,

In the Controller with:

'itemsGrid' => $this->presentGrid($grid),

changes anything?

×
×
  • Create New...