sort issue fixed, will not work when false is passed
This commit is contained in:
parent
0e94d67a79
commit
e7b2bdb72c
|
|
@ -132,7 +132,6 @@ abstract class DataGrid
|
|||
|
||||
public function sortOrFilterCollection($collection, $parseInfo)
|
||||
{
|
||||
// dd('initially', $collection->toSql());
|
||||
foreach ($parseInfo as $key => $info) {
|
||||
$columnType = $this->findColumnType($key)[0];
|
||||
$columnName = $this->findColumnType($key)[1];
|
||||
|
|
|
|||
Loading…
Reference in New Issue