HTML5/PHP5.5 compliant datagrid #datagrid
Edit
by Glen Allen Cummings - 10 years ago (2014-12-04)
PHP5.5 compliant datagrid
| Need a datagrid class for use with HTML5, CSS3, and PHP 5.5 |
- 1 Clarification request
1.
by Manuel Lemos - 10 years ago (2014-12-04) Reply
What do you mean by HTML5 compliant datagrid class? Do you expect it to take advantage of specific HTML5 features? If so, which ones?
That information would help determining if there is a class for that already or it needs to be developed by an innovative class author.
Ask clarification
1 Recommendation
This class can be used to Edit MySQL data in a table using AJAX for updates.
It can connect to a MySQL database directly or using ADODB and executes a query to retrieve data from a given table.
The MySQL table fields to display in the data grid table columns are configurable. The data from certain columns be displayed as images, totals or values calculated according to a given formula.
The data may also be displayed as bar charts.
The listing may have links to sort, add, edit, delete, search and view individual table records. The listing colors may be alternated and the rows may be highlighted when the user drags the mouse pointer over them. The links may be displayed with given icon images. The presentation of several aspects may be defined using CSS styles.
The record rows may be selected using respective form checkbox inputs.
A form may be presented to search for records with user defined values in given columns.
The records being listed or edited in place may be updated using AJAX request to avoid page reloading in any type of browser.
It may also show links or a form select input to go to the other pages when the listing split into multiple pages.
The text messages shown with the listing can be displayed in multiple languages. Currently English, Dutch, German, Spanish, French, Italian, Czech and Portuguese are built-in supported idioms.
| by Manuel Lemos 26695 - 10 years ago (2014-12-14) Comment
There are plenty of data grid classes. This one can not only display data fro MySQL tables in a data grid, but can also let users edit the data using AJAX requests to perform the updates with reloading the pages. |