Commit 3967c30f by chamath

S66944869 - If name is long show in next line.

Word wrap.
parent a15f601e
......@@ -55,10 +55,10 @@
</ng-template>
<ng-template pTemplate="body" let-rowData>
<tr [pSelectableRow]="rowData">
<td>
<td style="word-wrap: break-word;">
{{rowData.FirstName}}
</td>
<td>
<td style="word-wrap: break-word;">
{{rowData.LastName}}
</td>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment