Ag-grid Php Example Fixed

$rows = $dataStmt->fetchAll(PDO::FETCH_ASSOC);

Common mistake: forgetting to set rowModelType: 'serverSide' – AG Grid will fall back to client-side mode. ag-grid php example