Grido\Components\Actions\Action::setCustomRender PHP Method

setCustomRender() public method

Sets callback for custom rendering.
public setCustomRender ( $callback ) : Action
return Action
    public function setCustomRender($callback)
    {
        $this->customRender = $callback;
        return $this;
    }