Replacing a carriage return in a child row
Replacing a carriage return in a child row
I am trying to replace a carriage return in a child row with the replace function. I know that I can do it easily in the columns options with the render and replace function, but I am not quite sure how to do it in a child row.
This discussion has been closed.
Answers
Assuming you are using the
formatfunction as in the Child Details example you just use the replace method in the function when building your display string.Kevin