sort issue fixed, will not work when false is passed

This commit is contained in:
Prashant Singh 2019-01-17 16:51:59 +05:30
parent 0e94d67a79
commit e7b2bdb72c
1 changed files with 0 additions and 1 deletions

View File

@ -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];