I need to fix width in each "tr" in grid view. I don't know how to set each 
tr when i using from array.

This is my Table column. I need to set width each tr. Anyone Please Help 
me????

 private channelsListColumnsForOwner: Array<any> = [
{ title: 'Name', name: 'name', sort:'asc'},
{ title: 'Owner', name: 'customer.name', sort:'asc'},
{ title: 'Description', name: 'description',sort:'asc'},
{ title: 'Controlled Channel', name: 'isControlled',sort:'asc'},
{ title: 'Active', name: 'isActive',sort:'asc' },
{ title: 'Subscribers', name: 'name',sort:'asc'},
{ title: 'Action' }
]; 


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to