The classes in DrasticTools can be used to visualize table data in a Grid (DrasticGrid), a Cloud (DrasticCloud) and on a Google Map (DrasticMap). The grid supports pagination, sorting and in-line editing of data. This tool is the successor of MySQLPHPGrid.
DrasticTools should be downloaded from http://www.drasticdata.nl
It executes an SQL query to retrieve the data for the rows of a given table.
The row data is displayed in an HTML table. The number of rows per page maybe limited. Navigation links are displayed to browse between result pages.
The table headers display the field names as links. When these links are clicked the table is redisplayed sorting the results by the given column value.
The table may also be rendered in editable mode. This mode allows editing table row values, adding and deleting rows and renaming of columns. |