Hey, > Is it actualy possible to set more than 2 meta columns in a table ? Sure, just try setMetaColumnCounts([1, 1, -1]) to get the first two columns as meta columns.
> If i setMetaColumnCounts([1,-1]), it split my table as expected. > > But my table gow too many columns. > > I'd like to have an horizontal for the columns 1,2,3, and columns 4,5,6, and > finaly the rest (-1) > > Is it possible actualy ? > Sure, use setMetaColumnCounts([3, 3,-1]) Regards, Martin ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
