Because the way CellWidget's are designed it's not possible to simply use Widgets as Cells in CellWidgets.
Instead of a CellList you can come up with an own widget that looks behaves like a CellList and can contain widgets.
On Monday, September 3, 2012 9:53:05 AM UTC+2, ben wrote:
Hello,
I created a custom widget that contains a CellTable and other components.
It works fine.
Now I want to use this widget in a CellList (or CellTable, whatever).
I created a custom cell that extends AbstractCell and contains my widget.
The problem is that I can see every components of my custom widget except the CellTable.
Thanks for your help.