Table Ajax Page
Demonstrates how to update a table through Ajax requests. This example uses an Ajax GET request to sort, page, edit and delete customers. (The edit and delete functionality is not fully implemented though) See the table-ajax.js script for details.| Name | Age | Holdings | Action | |
|---|---|---|---|---|
| Albert Master | albert.master@gmail.com | 32 | $45,000.00 | Edit | Delete |
| Albert Nicholes | albertn@gmail.com | 43 | $56,000.00 | Edit | Delete |
| Alfred Alan | aalan@gmail.com | 31 | $125,000.00 | Edit | Delete |
| Alison Smart | asmart@biztalk.com | 48 | $558,000.00 | Edit | Delete |
Home
Intro Examples
General
Controls
Forms
Table
Panels & Trees
Ajax
Integration
Page Java
Page HTML