Commit 3967c30f by chamath

S66944869 - If name is long show in next line.

Word wrap.
parent a15f601e
...@@ -55,10 +55,10 @@ ...@@ -55,10 +55,10 @@
</ng-template> </ng-template>
<ng-template pTemplate="body" let-rowData> <ng-template pTemplate="body" let-rowData>
<tr [pSelectableRow]="rowData"> <tr [pSelectableRow]="rowData">
<td> <td style="word-wrap: break-word;">
{{rowData.FirstName}} {{rowData.FirstName}}
</td> </td>
<td> <td style="word-wrap: break-word;">
{{rowData.LastName}} {{rowData.LastName}}
</td> </td>
<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