Wrapping text in igxColumn
New DiscussionHi,
I am using an igxGrid and I would like to make a cell wrapping text content.
The text has no space in it.
Here is my column declaration
<igx-column header=”Url” field=”url” width=”150px” [filterable]=”true” [resizable]=”true” >
<ng-template igxCell let-cell=”cell” >
<span>{{ cell.value }}</span>
</ng-template>
</igx-column>
How can i Do
Thanks
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
2 Created On
Sep 26, 2018 Last Post
7 years, 6 months ago