Re: WOTable with dynamic number of column
Re: WOTable with dynamic number of column
- Subject: Re: WOTable with dynamic number of column
- From: David Elsner <email@hidden>
- Date: Mon, 10 May 2004 11:55:28 +1000
Make a protected int numberOfCols
numberOfCols = numberOfResultsFetched / 10; // or whatever you want to
do.
then bind the WOTables cols attribute to numberOfCols
.Dave
On 10/05/2004, at 11:57 AM, Goh Keng Boon wrote:
Hi, i'm trying to display a table using WOTable where the number of
column
has to depend on the data fetched. Any idea how can i achieve this?
thanks.
KB
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.