Mgallegos\LaravelJqgrid\Renders\JqGridRender::setGridAsPivot PHP Method

setGridAsPivot() public method

When this method is called the grid will be treated as Pivot Grid (differents javascript methods are used to generate the grid) according to the official documentation. Online documentation available at http://www.trirand.com/jqgridwiki/doku.php?id=wiki:pivotdescription.
public setGridAsPivot ( )
    public function setGridAsPivot()
    {
        $this->jqPivot = true;
        return $this;
    }