You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by ngocquy_ytc <ng...@yahoo.com.vn> on 2012/09/11 10:10:36 UTC

T:Grid with fixed header!

Hi all!

I have a sorted grid with 3 columns! I want to fix the header on grid when
scrolling (in case the content is too long).

Have you any solution to solve it?

Thanks for help!



--
View this message in context: http://tapestry.1045711.n5.nabble.com/T-Grid-with-fixed-header-tp5716187.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T:Grid with fixed header!

Posted by arterzatij <ar...@gmail.com>.
Hi all, 

   How I can avoid sorting on grid component for all columns

thanks in advance!



--
View this message in context: http://tapestry.1045711.n5.nabble.com/T-Grid-with-fixed-header-tp5716187p5716212.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T:Grid with fixed header!

Posted by antalk <na...@vankalleveen.net>.
Hi,

I've made a component library which has such a Grid, see:

http://intercommitweavesdemo.intercommit.cloudbees.net/grid/pagedgrid2demo

Unfortunately the code on github is not really up-to-date anymore, i can try
to update the github code this week.

Antal



--
View this message in context: http://tapestry.1045711.n5.nabble.com/T-Grid-with-fixed-header-tp5716187p5716193.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T:Grid with fixed header!

Posted by Lance Java <la...@googlemail.com>.
Unfortunately, this needs to be done via javascript which splits the table
into two tables. The data table is put into a scrolling div with a fixed
height.

Here's an example: http://www.tablefixedheader.com



--
View this message in context: http://tapestry.1045711.n5.nabble.com/T-Grid-with-fixed-header-tp5716187p5716191.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org