Grido\Components\Filters\Filter::setWhere PHP Method

setWhere() public method

Sets custom "sql" where.
public setWhere ( callable $callback ) : Filter
$callback callable function($value, $source) }
return Filter
    public function setWhere($callback)
    {
        $this->where = $callback;
        return $this;
    }