add per page 50 and add some column onn laporan pimpinan

This commit is contained in:
arifal
2025-03-04 10:41:52 +07:00
parent 3bfcaddba4
commit ee1a395c75
16 changed files with 46 additions and 52 deletions

View File

@@ -159,7 +159,7 @@ class BigDataResumeController extends Controller
$query->where('name', 'LIKE', '%'.$request->input('search').'%');
}
$query = $query->paginate(15);
$query = $query->paginate(config('app.paginate_per_page', 50));
return BigdataResumeResource::collection($query)->response()->getData(true);
}catch(\Exception $e){
Log::error($e->getMessage());
@@ -167,38 +167,6 @@ class BigDataResumeController extends Controller
}
}
/**
* Store a newly created resource in storage.
*/
public function store(Request $request)
{
//
}
/**
* Display the specified resource.
*/
public function show(string $id)
{
//
}
/**
* Update the specified resource in storage.
*/
public function update(Request $request, string $id)
{
//
}
/**
* Remove the specified resource from storage.
*/
public function destroy(string $id)
{
//
}
private function response_empty_resume(){
$result = [
'target_pad' => [