| Amount | Project | Task | Count | City |
|---|---|---|---|---|
| 309.0 | Army | magna voluptua et ut | 5 | Neapolis |
| 997.0 | Arts | Stet et amet erat | 9 | Olympia |
| 130.0 | Gladiators | diam sit eirmod et | 6 | Olympia |
| 832.0 | Gladiators | diam voluptua labore duo | 8 | Carthago |
| 270.0 | Taxes | dolores elitr sea takimata | 5 | Roma |
| 904.0 | Taxes | sed sanctus clita duo | 8 | Carthago |
The simplest possible usage of the table tag is to point the table tag at a java.util.List implementation and do nothing else. The table tag will iterate through the list and display a column for each property contained in the objects.
Typically, the only time that you would want to use the tag in this simple way would be during development as a sanity check. For production, you should always define at least a single column.