Aggrid Php Example Updated -

// Update the grid data $options['rowData'] = $data;

<?php // Include the AG Grid library require_once 'ag-grid-community.js'; aggrid php example updated

// Render the grid echo $grid->render(); // Update the grid data $options['rowData'] = $data; &lt;