Nextras\Datagrid\Column::isDesc PHP Метод

isDesc() публичный Метод

public isDesc ( )
    public function isDesc()
    {
        return $this->grid->orderColumn === $this->name && $this->grid->orderType === Datagrid::ORDER_DESC;
    }