Hi, Somehow I manage to work adding new rows to the MDL Table component at runtime. It works great, but I saw one particular style is not affecting to the newly added item renderer component from it's parent (Table) - checkbox/select.
Initial table code is simple: > <mdl:Table shadow="2" selectable="true" > className="customTableRowItemRenderer"> > > <mdl:columns> > > <mdl:TableColumn headerText="Material" nonNumeric="true"/> > > <mdl:TableColumn headerText="Quantity"/> > > <mdl:TableColumn headerText="Unit price"/> > > </mdl:columns> > > <mdl:beads> > > <local:DataProviderChangeNotifierForArrayData sourceID="model" > propertyName="materials"/> > > <js:ConstantBinding > sourceID="model" > sourcePropertyName="materialsSource" > destinationPropertyName="dataProvider" /> > > </mdl:beads> > > </mdl:Table> When adding a new row at runtime, it shows like as following cutting-off selection style from it's Table component: <http://apache-flex-development.2333347.n4.nabble.com/file/n58668/Untitled.png> Above, 4th and 5th column being added. Can you suggest which particular style I may explicitly needs to apply to the item renderer components? Thanks! -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-develop-MDL-Table-component-and-example-initial-implementation-tp58260p58668.html Sent from the Apache Flex Development mailing list archive at Nabble.com.