cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to display a list in list-view column in backoffice

Former Member
719

Hi, I am getting a list in list-view column of backoffice, what I am trying to do is converting it in string using toString, but it just displays the name of field without giving an error.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

Hi

we have same requirement, i am facing some issue here while returning the cell value its returning as a Single String!, is there any way that i can brake that into separate lines?

Thanks, Narasimha.

Former Member
0 Likes

Hi ,

Did you find solution for this?

Thanks, Narasimha.

Former Member
0 Likes

Hi! @Wojciech , thanks for letting me know

Former Member
0 Likes

Hi,

I would suggest using a custom cell renderer for that list-cell. Eventually you may write a SPeL expression to pretty-print the values but that would be a chunk of code in the configuration which may be hard to maintain. Rather go with the custom renderer.

Cheers, Wojtek