Skip to content

Commit

Permalink
Webapp: demo3, no need to hide control row, it hides automatically now
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Mar 12, 2016
1 parent 4af182e commit 0ece6ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/webapp/Controller.php
Expand Up @@ -118,8 +118,6 @@ public function demo3()
->setDestinationParentId('role-c-row'),
new Part(new Tag('input', ['type' => 'submit']), 'submit_button', 'action-c-row')
]);
$grid->getComponents()->remove($grid->getComponent('control_container', false));
$grid->getComponents()->remove($grid->getComponent('control_row', false));
return $this->page($grid->render(), 'Filters placed under column headers');
}

Expand Down

0 comments on commit 0ece6ee

Please sign in to comment.