You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@click.apache.org by easydoor <ch...@valdoise.fr> on 2010/06/09 10:52:45 UTC

Grouping fonction on tables

Hi,

Is there a possibility to group lines of a table like in this example ?
http://www.zkoss.org/zkdemo/userguide/#g4

If not, could you integrate this function in a next release ?

Same question for this combination of grouping and 
using trees like in this example.
http://www.zkoss.org/zkdemo/userguide/#g16

Thanks




Re: Grouping fonction on tables

Posted by Bob Schellink <sa...@gmail.com>.
Hi,

On 9/06/2010 18:52, easydoor wrote:
> Is there a possibility to group lines of a table like in this example ?
> http://www.zkoss.org/zkdemo/userguide/#g4


I'm afraid it's not likely to be included in the core project. That example is quite JavaScript
intensive and Click core is virtually JS free.

Also note the example above is made up of a stack of divs and each row is a separate table object.
It should be possible to mimic this behavior using a Table Decorator and a JS library (jQuery,
Prototype etc) to mimic the behavior [1].

Regards

Bob

[1]: http://www.packtpub.com/article/jquery-table-manipulation-part2