Is there a way in a treeview to apply a different renderer to cells in a column? For example:
Where Score 1 has a spin cell renderer with a step of 1 and Score 2 has a spin cell renderer of .5.
It looks like a cell renderer applies to a column, but perhaps a custom cell renderer could be used to do it. I just want to know if it's even possible in the current architecture, because I have an application where I would like to be able to do that.
Thanks,
Eric