phpMyDataGrid is a PHP class for displaying and editing MySQL table database entries. (And not tables.) Editing can be done using AJAX. It can display the contents of records in an HTML table. The class can be configured to define field fields in a database table.
A class is able to store data from only one table at a time. (In the future, a class may provide functionality for multiple tables.) Thus, it is currently not possible to display and edit data from 2 tables in phpmydatagrid.
See this discussion .
source share