Hi Guys,

This is my first post, I was just wondering, can anybody provide me some 
examples about "Adding dynamic columns to the table component"

This is how my page definiton looks like

    <component id="testTable" type="contrib:Table">
        <binding name="source" value="reports"/>
        <binding name="columns" 
value="literal:displayName:Name:reportSpec.displayName"/>
    </component>

My table can have 1 or 2 columns "Name" and a second column which is dynamic, 
it depends on the boolean property which is set on the ReportSpec object.

for e.g. if reportSpec.showCount is true then the column would show "Count" in 
the title and value is reportSpec.count

Is there a way to add dynamic columns to the table component or I need to 
write my own table component.

I really appreciate for all the help that I can get.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to