Aggrid Php Example Updated May 2026

// Convert data to JSON $data = array(); while($row = $result->fetch_assoc()) $data[] = $row;