jayevt
Results
1
issues of
jayevt
I am using below query to set order direction. ``` $order[$sortField] = $sortDirection; $query = $this->getTable() ->find('search', ['search' => $requestQuery]) ->order($order); ``` I am using below event. It is setting...