Skip to content

Commit

Permalink
docs(Table): remove outdated references to nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Oct 31, 2019
1 parent a92f0a7 commit f818298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terminus-ui/table/src/table.component.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ import { TsPaginatorComponent } from '@terminus/ui/paginator';
tsSort
#myTable="tsTable"
>
<ng-container tsColumnDef="created" [noWrap]="true">
<ng-container tsColumnDef="created">
<th ts-header-cell *tsHeaderCellDef ts-sort-header>
Created
</th>
Expand All @@ -590,7 +590,7 @@ import { TsPaginatorComponent } from '@terminus/ui/paginator';
</td>
</ng-container>
<ng-container tsColumnDef="number" [noWrap]="true" alignment="right">
<ng-container tsColumnDef="number" alignment="right">
<th ts-header-cell *tsHeaderCellDef>
Number
</th>
Expand All @@ -608,7 +608,7 @@ import { TsPaginatorComponent } from '@terminus/ui/paginator';
</td>
</ng-container>
<ng-container tsColumnDef="state" [noWrap]="true">
<ng-container tsColumnDef="state">
<th ts-header-cell *tsHeaderCellDef>
State
</th>
Expand Down

0 comments on commit f818298

Please sign in to comment.