Sorting dynamic data to display on specific web table rows.
I am building a simple appt booking application. On one page I have a table, with the first column being appt time blocks of every 15 minutes.
8:00
8:15
8:30
and so on. I have each time as a link to book an appt passing the time as a url parameter to the booking page( that works fine).
I'm strugging with sorting appointments that exist in the database with the matching time slot on the web page table, making it visually appealing to the end user.
8:00
8:15 some existing appointment
8:30
I would be nice if a repeat region would work, matching to a hidden field with the static time value to the record returned by the SELECT, but i'm not sure how to coorelate the two. Leaving the open appointments slots blank, making it a single view of their day.
Thanks in advance for any help!
