Aggrid Php Example Updated

// Add button outside grid const btn = document.createElement('button'); btn.innerText = 'Add New Product'; btn.onclick = addRow; document.body.insertBefore(btn, gridDiv);

$rows = $stmt->fetchAll(PDO::FETCH_ASSOC); aggrid php example updated

); const api = agGrid.createGrid(myGridElement, gridOptions); // Add button outside grid const btn = document