Chumper\Datatable\Table::setAliasMapping PHP Method

setAliasMapping() public method

Advise the Datatable to return the data mapped with the column name.
public setAliasMapping ( boolean $value = true )
$value boolean explicitly set if the table should be aliased or not
    public function setAliasMapping($value = true)
    {
        $this->createdMapping = !$value;
        return $this;
    }