Guest User

Untitled

a guest
Nov 15th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <ng-template tkListViewHeader>
  2.  
  3. <GridLayout width="100%" columns="3*,2.5*,1.5*,1.5*,2*" orientation="horizontal" >
  4.  
  5. <Label col="0" text="Customer" class="header-text" [ngStyle]="{'padding-left': 20}"></Label>
  6. <Label col="1" text="Order" class="header-text-center"></Label>
  7. <Label col="2" text="Qty" class="header-text-center"></Label>
  8. <Label col="3" text="Load" class="header-text"></Label>
  9. <Label col="4" text="Status" class="header-text-center" [ngStyle]="{'padding-left': 20}"></Label>
  10. </GridLayout>
  11.  
  12. </ng-template>
Add Comment
Please, Sign In to add comment