I don't know of a component that generates a different number of columns for each row. Columns allows a dynamic number of columns, but the number is still the same for every row.
What kind of html would you expect it to generate, since a standard html table expects a set number of columns? Probably, your best bet is to go with a t:dataList which operates on row data, but doesn't render any particular output. Then, for each row, you can output whatever kind of html that you need. On 11/7/05, Enrique Medina <[EMAIL PROTECTED]> wrote: > Hi, > > I want to create a special data table where the number of columns is > variable in each row depending of the value of the object being painted. > > I've been looking at the HtmlColumns component, but although being dynamic, > I can't see how I can define different number of columns for each row. > > Any idea of how to accomplish this kind of data sheet? >

