Hi

I have tried put some layout (for example BoxPane) inside row for table, but
without success. 
I describe table as:
<TableView bxml:id="tableVisit">
        <columns>
                <TableView.Column name="mylayout" width="20">
                        <cellRenderer>
                                <content:TableViewImageCellRenderer />
                        </cellRenderer>
                </TableView.Column>
                <TableView.Column name="date" width="1*"
                        headerData="Data" />

        </columns>
</TableView>

but i suppose type *<content:TableViewImageCellRenderer />* is wrong,
because this is reference for image. Which type of content will be
appropriate for BoxPane?

Thank in advance
Marcin



--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/Layout-container-inside-cells-in-Table-View-tp4022326p4022543.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to