> The renderer is given the entire space of the cell and may align itself
> > however it likes - thus, it's 100% the domain of the renderer and already
> > currently supported.
> Ok, but there is a way to pass this value for example from the wtk ?
>

Yes - via whatever API the renderer exposes.


>
>
> And for columns I think this is a very common case to handle (many
> times I know before the type of data of a column, so I could set its
> alignment in the wtkx), right ?
>

Yes, I do this in WTKX in many places in my existing Pivot apps -
<content:FooRenderer styles="{horizontalAlignment:'right'}" />

Reply via email to