DynaTable is an API written in JavaScript that enables the implementation of dynamically repeating dataset interfaces within modern browsers.
Version 0.9a adds XML support via bindings between fields within a DynaTable object and XMLElement nodes.
By utilizing such inbuilt cross-browser functionality, in addition to the total rework of the API's object model, the overall speed and efficiency of DynaTable implementations has significantly improved.
DynaTable is an extensible client-side API for creating dynamic Web-based data tables. Written in JavaScript for modern browsers, DynaTable binds itself with a given HTML Table and transforms it into a dynamic user interface.
This version sees releases of all of the project files, including the main module, the extra table-generating module, and also the example packages.
The most significant addition to DynaTable in this release is the new error handling implementation. Some properties have been removed from the module as a result of this change, and various bug fixes also accompany changes in this release.... read more
DynaTable is a DHTML API for creating Web-based updateable data-grids. Written in JavaScript, the API interfaces with an HTML table defined by the user and generates rows of content by deserializing a WDDX (XML) packet into a disconnected client-side recordset.
This, the first release of the extra module for the DynaTable API, generates an HTMLTable that mirrors the content and structure of a given recordset. ... read more
DynaTable is a DHTML API for creating Web-based updateable data-grids. Written in JavaScript, the API interfaces with an HTML table defined by the user and generates rows of content by deserializing a WDDX (XML) packet into a disconnected client-side recordset.
This is the API's first release, and some working examples of usage accompany the module, including a complete ColdFusion application and a stand-alone HTML document example.... read more