UI for Nested tables was Re: How do we get there from here?
- From: "dawn" <dawnwolthuis@xxxxxxxxx>
- Date: 25 Oct 2005 05:57:24 -0700
michael@xxxxxxxxxx wrote:
<snip>
> What's the best way you've found to deal with nested "tables" in
> browsers? What I mean is, remember with the ASPick apps how we used
> radio buttons (what I refered to as the "crystal set" method) or
> checkboxes to allow users to select a detail line from a display-only
> table, and then go to a further form to prompt for input/amendment?
> Crap really wasn't it? There has to be a better way to enable (or
> change from display to input) everything on a row (or column) - or
> expand on it to generate a lower-level table within the first. Have you
> seen any decent js functions for acheiving this sort of thing - beyond
> simple menu handlers?
I thought this question deserved its own thread. I have it on the back
burner to think about this one again. This is done in UIs, browser or
not, in a variety of ways. As much as I try to dispell the myths about
1NF being mathematically or otherwise better than non-1NF, displaying a
2D matrix on a computer screen is easier than shapes where there are
tables within tables. But whether you are using a relational model or
an xml or pick model, you will still have a need for this UI structure.
One option that I can't recall seeing used with a database, but which
is common with a file system is a tree structure for navigating. At
each node there is a 2D table where each cell is either a value or a
folder. Click on a folder to see another table, until you get to a
leaf node where every cell has a value -- no folders. This would be a
visual representation of a multivalued "view" of data (compared to a
SQL view of data).
Who has a good solution for the UI for nested tables? --dawn
.
- Follow-Ups:
- Re: UI for Nested tables was Re: How do we get there from here?
- From: Ross Ferris
- Re: UI for Nested tables was Re: How do we get there from here?
- References:
- How do we get there from here?
- From: michael
- Re: How do we get there from here?
- From: davpat00
- Re: How do we get there from here?
- From: michael
- How do we get there from here?
- Prev by Date: PC Com Port data capture....
- Next by Date: Re: Attempt to de-mystify AJAX
- Previous by thread: Re: How do we get there from here?
- Next by thread: Re: UI for Nested tables was Re: How do we get there from here?
- Index(es):
Relevant Pages
|