Friday 14 October 2016

Word Wrap in APEX IR:

One of the common problems with APEX IR is word wrap.

Add the below code in Column formatting in column attribute:

<table style="word-break: break-all; width:100px">
<tr>
<td >#COLUMN_NAME#
</td>
</tr>
</table>



No comments:

Post a Comment