var serviceAddressTemplate = '<div class="grid-tooltip" tooltip="{{ row.entity.SPServiceRequest_address }}" tooltip-placement="top" tooltip-append-to-body="true"><div class="ui-grid-cell-contents">{{ row.entity.SPServiceRequest_address }}</div></div>';
I am new to angularjs .
This is my code to wrap text in ui-grid but its not effecting in column.
Can any help me to do wrap content in cells in anguarjs.