Re: T:Grid with fixed header!

2012-09-11 Thread arterzatij
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. --

Re: T:Grid with fixed header!

2012-09-11 Thread antalk
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: h

Re: T:Grid with fixed header!

2012-09-11 Thread Lance Java
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-fixe