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

Summary: Arranging the columns of a row in more than one line in the datatable
Product: obsolete Reporter: bugbridge <bugbridge>
Component: visualwebAssignee: Winston Prakash <wjprakash>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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