WellCommerce\Bundle\CoreBundle\Twig\Extension\DataGridExtension::render PHP Method

render() public method

Renders the datagrid
public render ( WellCommerce\Component\DataGrid\DataGridInterface $datagrid ) : string
$datagrid WellCommerce\Component\DataGrid\DataGridInterface
return string
    public function render(DataGridInterface $datagrid)
    {
        return $this->environment->render($this->templateName, ['datagrid' => $datagrid]);
    }