Web Data Grid is a component written in Javascript and must be used in a html page to show a dinamic data grid.
Its most important objective is to separate the datl page to show a dinamic data grid.
Its most important objective is to separate the data from the way to present them into the page: this purpose is reached loading the data from a special file in an analogous mode to that XML do, even if the tecnology utilized is different.
Its principal features are:
- division of table in several data-pages;
- visualized values filtering;
- job division between client and server;
For large size databases it’s possible to activate server-side functionality: the records number transferred to the browser correspond to those visualized for every page only; sorting and filtering operations are executed from server and works with the same previous point data trasferred division on the base of the records number for page.
Download from: Sourceforge