Re: [grid-component] javascript style for ordering rows

2009-04-06 Thread Howard Lewis Ship
Nested for layout is one thing, and has been distorted in the past for a non-rectangular layout. The Grid is displaying ordered rows and columns: what could be more natural than a ? On Mon, Apr 6, 2009 at 9:56 AM, manuel aldana wrote: > Thiago H. de Paula Figueiredo schrieb: >>> >>> [...] javas

Re: [grid-component] javascript style for ordering rows

2009-04-06 Thread manuel aldana
Thiago H. de Paula Figueiredo schrieb: [...] javascript enable parameter. You're not exactly right. When Grid has more rows to show than rows per page, you cannot just reorder the objects that are being shown, you must reorder the whole row list. By the way, don't forget the inplace="true"

Re: [grid-component] javascript style for ordering rows

2009-04-06 Thread Thiago H. de Paula Figueiredo
On Sun, Apr 5, 2009 at 1:45 PM, manuel aldana wrote: > what I miss is that javascript is not used when ordering the tables, at each > click a complete HTTP request is fired. The data itself is not changed so > another server call wouldn't be necessary. I at least did not find a > javascript enable

Re: [grid-component] javascript style for ordering rows

2009-04-05 Thread manuel aldana
OK, maybe I see the reason for firing the request another time. It is about the pagination if my list result (many entries) spans several pages -> it is far from obvious to let javascript know how to order this... manuel aldana schrieb: I really like the grid component. Especially the built-in

[grid-component] javascript style for ordering rows

2009-04-05 Thread manuel aldana
I really like the grid component. Especially the built-in ordering (clicking on column headers). what I miss is that javascript is not used when ordering the tables, at each click a complete HTTP request is fired. The data itself is not changed so another server call wouldn't be necessary. I a