main
Ilham Wara Nugroho 2026-03-11 10:16:52 +07:00
parent 291600ca93
commit 618eb2acd1
1 changed files with 4 additions and 2 deletions

View File

@ -72,8 +72,10 @@ class DatasetController extends Controller
$_data[] = $rowData;
}
return response()->json($_data);
return response()->json([
'total' => count($_data),
'rows' => $_data
]);
// $json = json_decode($item->data, true);