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
