DynaTable
     

Examples of Usage

The Net20 Voting Site

An application that collects votes from users and shows a real-time chart of most popular songs. Written in ColdFusion with an MS Access data back-end.

This example application utilizes in two ways:

  • An interface that can be used to specify a number of songs to vote for, also allowing the user to enter details in an extra "survey" for each song.
  • A table that lists the most popular songs that is dynamically sortable.

Mail Processing Rule Creator

A page like this might be used by a Web-based Mail site to allow the user to specify what rules should be applied to their account.

This example demonstrates that two DynaTable objects can be implemented to interface with the same XMLDocument object.

Uses DynaTable's "Auto Row Adding" functionality: you'll notice when you change the contents of the placeholder row at the bottom of the "Rule Conditions" table that a new row is added automatically.

Also...

Notice the flashing table in the top left-hand corner of the screen? This also utilizes DynaTable (with header and placeholding-footer rows), and even though it doesn't actually contain data, you can delete rows simply by clicking on them. Give it a go!