Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Grid : When Headers meet Footers
Grid : When Headers meet Footers [message #41268] Wed, 24 October 2007 10:09 Go to next message
Defert Philippe is currently offline Defert PhilippeFriend
Messages: 62
Registered: July 2009
Member
Hi Grid team,

Is it possible to add columnFooter like as TFOOT from html table ?
If yes, is it possible to have vertical scroll between columnheader and
columnfooter ?

Is it possible to add RowFooter ?
If yes, is it possible to have horizontal scroll between rowheader and
rowfooter ?

Why need footers ?
when you need to do some aggregation on column or row, You need to
display clear information in specified areas with different behaviors
than the body of grid.

best regards

Philippe
Re: Grid : When Headers meet Footers [message #41515 is a reply to message #41268] Wed, 24 October 2007 15:22 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hi Philippe,

The Grid currently doesn't have any footers. You could put a summary
row at the end of the table and color it different, or you could put the
summary information outside and underneath the table.

Regards,
-Chris

Defert Philippe wrote:
> Hi Grid team,
>
> Is it possible to add columnFooter like as TFOOT from html table ?
> If yes, is it possible to have vertical scroll between columnheader and
> columnfooter ?
>
> Is it possible to add RowFooter ?
> If yes, is it possible to have horizontal scroll between rowheader and
> rowfooter ?
>
> Why need footers ?
> when you need to do some aggregation on column or row, You need to
> display clear information in specified areas with different behaviors
> than the body of grid.
>
> best regards
>
> Philippe
Re: Grid : When Headers meet Footers [message #41841 is a reply to message #41515] Thu, 25 October 2007 10:30 Go to previous messageGo to next message
Defert Philippe is currently offline Defert PhilippeFriend
Messages: 62
Registered: July 2009
Member
Hi Chris,

In first solution you loose the most important effect :-), the scroll
between header and footer like this
http://home.tampabay.rr.com/bmerkey/examples/nonscroll-table -header.html

in second solution, you can't use the contentprovider to do the summary
and you must manage the layout of additional component.

What changes would be necessary to add these features to grid and
gridviewer?

Regards,

Philippe

Chris Gross a écrit :
> Hi Philippe,
>
> The Grid currently doesn't have any footers. You could put a summary
> row at the end of the table and color it different, or you could put the
> summary information outside and underneath the table.
>
> Regards,
> -Chris
>
> Defert Philippe wrote:
>> Hi Grid team,
>>
>> Is it possible to add columnFooter like as TFOOT from html table ?
>> If yes, is it possible to have vertical scroll between columnheader and
>> columnfooter ?
>>
>> Is it possible to add RowFooter ?
>> If yes, is it possible to have horizontal scroll between rowheader and
>> rowfooter ?
>>
>> Why need footers ?
>> when you need to do some aggregation on column or row, You need to
>> display clear information in specified areas with different behaviors
>> than the body of grid.
>>
>> best regards
>>
>> Philippe
Re: Grid : When Headers meet Footers [message #41965 is a reply to message #41841] Thu, 25 October 2007 11:32 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Defert Philippe schrieb:
> Hi Chris,
>
> In first solution you loose the most important effect :-), the scroll
> between header and footer like this
> http://home.tampabay.rr.com/bmerkey/examples/nonscroll-table -header.html
>
> in second solution, you can't use the contentprovider to do the summary
> and you must manage the layout of additional component.
>
> What changes would be necessary to add these features to grid and
> gridviewer?
>

Fixed rows are not supported currently by Grid but take a look at the
Grid-Contributions thread I think there such a feature was mentionned
and you can join forces to bring this in.

I'd also like to see this feature because I also have a need for it.
Currently I'm using the second solution (but with SWT-Tables).

Tom

--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: Grid : When Headers meet Footers [message #585516 is a reply to message #41268] Wed, 24 October 2007 15:22 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hi Philippe,

The Grid currently doesn't have any footers. You could put a summary
row at the end of the table and color it different, or you could put the
summary information outside and underneath the table.

Regards,
-Chris

Defert Philippe wrote:
> Hi Grid team,
>
> Is it possible to add columnFooter like as TFOOT from html table ?
> If yes, is it possible to have vertical scroll between columnheader and
> columnfooter ?
>
> Is it possible to add RowFooter ?
> If yes, is it possible to have horizontal scroll between rowheader and
> rowfooter ?
>
> Why need footers ?
> when you need to do some aggregation on column or row, You need to
> display clear information in specified areas with different behaviors
> than the body of grid.
>
> best regards
>
> Philippe
Re: Grid : When Headers meet Footers [message #585681 is a reply to message #41515] Thu, 25 October 2007 10:30 Go to previous message
Defert Philippe is currently offline Defert PhilippeFriend
Messages: 62
Registered: July 2009
Member
Hi Chris,

In first solution you loose the most important effect :-), the scroll
between header and footer like this
http://home.tampabay.rr.com/bmerkey/examples/nonscroll-table -header.html

in second solution, you can't use the contentprovider to do the summary
and you must manage the layout of additional component.

What changes would be necessary to add these features to grid and
gridviewer?

Regards,

Philippe

Chris Gross a écrit :
> Hi Philippe,
>
> The Grid currently doesn't have any footers. You could put a summary
> row at the end of the table and color it different, or you could put the
> summary information outside and underneath the table.
>
> Regards,
> -Chris
>
> Defert Philippe wrote:
>> Hi Grid team,
>>
>> Is it possible to add columnFooter like as TFOOT from html table ?
>> If yes, is it possible to have vertical scroll between columnheader and
>> columnfooter ?
>>
>> Is it possible to add RowFooter ?
>> If yes, is it possible to have horizontal scroll between rowheader and
>> rowfooter ?
>>
>> Why need footers ?
>> when you need to do some aggregation on column or row, You need to
>> display clear information in specified areas with different behaviors
>> than the body of grid.
>>
>> best regards
>>
>> Philippe
Re: Grid : When Headers meet Footers [message #585747 is a reply to message #41841] Thu, 25 October 2007 11:32 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Defert Philippe schrieb:
> Hi Chris,
>
> In first solution you loose the most important effect :-), the scroll
> between header and footer like this
> http://home.tampabay.rr.com/bmerkey/examples/nonscroll-table -header.html
>
> in second solution, you can't use the contentprovider to do the summary
> and you must manage the layout of additional component.
>
> What changes would be necessary to add these features to grid and
> gridviewer?
>

Fixed rows are not supported currently by Grid but take a look at the
Grid-Contributions thread I think there such a feature was mentionned
and you can join forces to bring this in.

I'd also like to see this feature because I also have a need for it.
Currently I'm using the second solution (but with SWT-Tables).

Tom

--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Previous Topic:Disposing off the GridEditor
Next Topic:Set Text for a Header in Grid
Goto Forum:
  


Current Time: Fri Mar 29 07:48:10 GMT 2024

Powered by FUDForum. Page generated in 0.04507 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top