IoguiGrid is a simple component to be used as an AJAX data grid web control.
This 2nd release comes with the Java pagging bug fixed and other minor bug fixes.
[]s
Fabio
The first release of IoguiGrid is a simple component to be used as an AJAX data grid web control.
This is the first beta release and is released for PHP or Java development with a full list of examples that help the user to easily achieve his goals.
With IoguiGrid you can display tabular data retrieved from a dbms like Oracle, MySql or PostgreSQL fast and clean.
Inprove your development skills.
[]s
Fabio
Java support added.
All features are now avaliable for use in Java projects too, along with the already existence of PHP projects support.
[]s
Fabio and Anderson
Added in the server side, support for PostgreSQL database beyond the support for Oracle and MySql that already exists.
Added insert support.
Now it is possible to send an insert query to the requestServer script.
When a user clicks on an add button, IoguiGrid generates an input form based on the data to be sent.
Fabio
[]s
Added edit support on grid cells.
Now it is possible to send an update query to the requestServer script in response to events in an editable cell.
Easy to configure and to use.
Call one method on the Javascript client side setting the update query with the right bindings and write something like 2 or 3 lines of code in the server side and it's done. All is working as fast as you can imagine.
Next step is to add insert features... comming soon. ;-)... read more
Added in the server side, support for mysql database beyond the support for oracle that already exist.