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 | |
|---|---|---|---|---|
| Peter Hassel | phassel@bigpond.com | 71 | $890,000.00 | Edit | Delete |
| Thomas Essel | tessel@ibm.com | 54 | $895,000.00 | Edit | Delete |
| Karl Essel | kessel@ibm.com | 54 | $895,000.00 | Edit | Delete |
| Ben Bessel | benb@hotmail.com | 63 | $1,250,400.00 | Edit | Delete |
Home
Intro Examples
General
Controls
Forms
Table
Panels & Trees
Ajax
Integration
Page Java
Page HTML