Click on a column heading to sort by that column.
| First Name | Last Name | Phone Extension | |
|---|---|---|---|
| {firstName} | {lastName} | {email} | {phoneExtension} |
The above table and accordion widget below were created by the Spry Ajax and JavaScript Framework and the provided JSON objects.
{firstName} {lastName}
{email} {phoneExtension}
Using the same JSON data set, you can create paging.
Page {ds_PageNumber} of {ds_PageCount} - People {ds_PageFirstItemNumber} - {ds_PageLastItemNumber} of {ds_UnfilteredRowCount}
No matching data found!
| First Name | Last Name | Phone Extension | |
|---|---|---|---|
| {firstName} | {lastName} | {email} | {phoneExtension} |
Download an archived Eclipse Dynamic Web Project to view the source code.
View a blog article on how this application was built.