On Thu, Jul 31, 2008 at 1:09 PM, kevin mcmonagle <[EMAIL PROTECTED]> wrote: > Hi I've been asked to redesign the gui on a hotel booking engine / room > allocation web app. > > Its basically the busiest example of tabular data ive ever seen - most data > in the cells is input.
I think you'll need to give us more information. Is it just a very long form for booking rooms? .. is there a textbox for every room or something? If so could you just replace it with an ajax search for rooms and an "add" button? Is there any kind of grouping or hierarchy in the data? You could try hierarchical table rows (also known as multi-column treeviews)... I recently wrote a blog post that detailed lots of ways of representing tablular data: http://holloway.co.nz/blog/?p=17 .Matthew Holloway http://holloway.co.nz/ ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
