Commit d5766ce3 by novanbagus

update filter 1

parent 73380ed6
...@@ -78,7 +78,7 @@ class ProposalController extends Controller ...@@ -78,7 +78,7 @@ class ProposalController extends Controller
// Fetch records // Fetch records
$records = DaftarProposal::orderBy($columnName,$columnSortOrder) $records = DaftarProposal::orderBy($columnName,$columnSortOrder)
->whereRaw($statementGlobal.$statement.$whereYear) ->whereRaw($statementGlobal.$statement)
->selectRaw('*') ->selectRaw('*')
->skip($start) ->skip($start)
->take($rowperpage) ->take($rowperpage)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment