PHP Classes
elePHPant
Icontem

grid ajax

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 54       Packages icon Packages (10)   Packages icon Forums icon Package forums (44)  
Easy Grid Support forum easygrid Display and edit data grids using AJAX   This package can be used to display and data grids using AJAX. It uses Yahoo User interface library Javascript classes to perform AJAX requests. A Javascript script calls Yahoo UI libraries to load the data for the table from ...
XAJAX Grid Support forum xajaxgrid Edit data from SQL databases using AJAX   This package can be used to edit data from SQL databases using AJAX to avoid page reloading. It generates the listings of data from SQL databases using HTML tables and Javascript generated by the XAJAX library to interact ...
Eyesis Data Grid Control Support forum eyedatagrid Display data from a database in a sortable table   This class can be used to display data from an SQL database in a sortable HTML table. It can execute a given SQL query and generate HTML and Javascript to display the data in an HTML table. The table ...
This class can be used to edit and save data of table columns. It uses AJAX to save the changed table cells without refreshing the current page. The changed cells are saved by backend scripts that store the updated data in server side text files. AJAX Grid Support forum ajaxgrid Edit and save table ...
This class can be used to implement CAPTCHA validation using colored boxes that the user must click which are validated using AJAX requests. It renders a grid of boxes on which only one box is colored differently to indicate the user must click it. The class sends an AJAX request to the server passing ...
PDO XML Grid Support forum classpdoxmlgrid Show database data as HTML table using PDO and XSL   This class can be used to show database query results as an HTML table. It can executes a given SQL query using PDO and generates a XML document from the query results. The results XML document can be transformed ...
Meta Builder Support forum builder Generate HTML from element definitions in an array   This package can be used to generate HTML from element definitions in an array. It takes an array that describes properties of page elements and generates HTML that represents the described elements. It provides ...
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 ...
This class can be used to manipulate MySQL database table records displayed in a HTML table. It displays a table with data from fields of a MySQL database table. The table can display links for sort the listing by the clicked column and also to execute actions such as insert a new record, update and ...
Sortable Elements Support forum sortable_elements Display MySQL records in a sortable HTML table   This class can be used to display MySQL database table records in an HTML table that can be sorted by dragging rows. It generates HTML and Javascript to display the records of a MySQL table in HTML table ...