There are two types of Spry tables: a simple table and a dynamic master table that binds a detail region to it in order to allow dynamic updating of data on a Dreamweaver page.
If you are creating a simple table, you can set one or more columns as sortable and define CSS styles for various table elements.
The process for creating a dynamic master table is the same as the process for creating a simple table; with a master table, however, you can bind a detail dynamic region to the table so that when a user clicks on a row in the master table, data in the detail region is dynamically updated.
To build a dynamic master Spry table, first you insert a master table, which displays the data used to trigger the dynamic changes, and then you insert a detail region, which contains the data that undergoes change.