Hi,
I am pre-text formatting wiki style rendered custom field through behavior but unable to set the text in left or right in cell. Its displaying center.
see example
def dfValueCleintServer="""
||Application#| |
||Application Location| |
||Current Version| |
""".replaceAll(/ /,' ')
it displaying in table format but unable to make align to left. Does anyone has any idea on it?
Thanks,
Om