Project DescriptionA Javascript library for displaying lists and editing objects
Two of the most common web application programming tasks include displaying rows of data and adding or editing individual rows. This javascript library simplifies this task with:
- An ajax grid that dynamically renders a table using paged data retrieved from the server
- Javascript methods for serializing objects to and from form fields