Re: Tapestry 5.3.7 - best way to customize Grid Pager

2015-06-03 Thread Lance Java
In my opinion the grid is trying to do a bit too much. It's a nice way to quickly get started but you often need to reactor to a custom table. It's possibly worth considering a more override friendly grid version 2. The current implementation is hard to set custom html attributes (td/tr). Customis

Re: Tapestry 5.3.7 - best way to customize Grid Pager

2015-06-03 Thread Luca Arzeni
Hi Dimitris, indeed I would like to go with the release 5.4, but I need to release to our customer at the end of june, and I have no clue of the release date of t5.4. So I'm stuck with 5.3.7/5.3.8 Thanks, larzeni > Sent: Wednesday, June 03, 2015 at 2:52 PM > From: "Dimitris Zenios" > To: "Tape

Re: Tapestry 5.3.7 - best way to customize Grid Pager

2015-06-03 Thread Dimitris Zenios
You can use tapestry 5.4 and ComponentOverride. Also tapestry 5.4 comes bundled with bootstrap and jquery On Wed, Jun 3, 2015 at 3:39 PM, Luca Arzeni wrote: > Hi, > I'm using Tapestry5 (5.3.7), and bootstrap for reponsive layout. > > I'using tapestry5 grid component, and I would linke to customi

Tapestry 5.3.7 - best way to customize Grid Pager

2015-06-03 Thread Luca Arzeni
Hi, I'm using Tapestry5 (5.3.7), and bootstrap for reponsive layout. I'using tapestry5 grid component, and I would linke to customize the pager to have a html list (ul/li) of links to jump to search result pages and not a simple list of links as produced by t5 native GridPager component. AFAIK,