This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94154 - Arranging the columns of a row in more than one line in the datatable
Summary: Arranging the columns of a row in more than one line in the datatable
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 22:06 UTC by bugbridge
Modified: 2007-02-02 22:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-02-02 22:06:29 UTC
Description:
This is from the forum thread titled "Multiple rows of output". The URL to the
thread is:
http://swforum.sun.com/jive/thread.jspa?threadID=55217&tstart=0

The message posted by the customer is:

Playing with the InsertUpdateDelete Tutorial
How do I output the data in two or more rows and two or more columns - versus
one row two or more columns?

Thanks...
--------------------------------------------------------------------------------------------------
Example:

The columns of the Person table in the Travel datatbase are:
PERSONID
NAME
JOBTITLE
FREQUENTFLYER

When the Person table is dropped onto a datatable it is display thus:

PERSONID	NAME		JOBTITLE	FREQUENTFLYER

1		Able, Tony	VP		True
2		Donaldson,Sue	CEO		False

The request for displaying the contents like this

PERSONID /	JOBTITLE	FREQUENTFLYER
NAME

1
Able, Tony	VP		True

2
Donaldson, Sue	CEO		False