I have a list of Schedule items to display. Each List item has a Name a schedule period and then a whole bunch of times, places and things that are scheduled. The amount times, places and things are virtually unlimited. Here is a general layout
Name | Date to Date
------------------------
Some help text
List of times | List of Places | List of things
List of times | List of Places | List of things
List of times | List of Places | List of things
The list of Times, places and things can be long. I will have multiple schedules listed on a page. Right now the page looks fairly busy. Normally I would use a table but as you can see each schedule has a lot of data.
Can anyone suggest a nice way to display a list such as this? I am using jQuery as my JavaScript framework.
