Hi,

I am using ng-table below is the code. My issue is header is not coming 
properly in grid. 12th header(Certificate of Incorporation or Equivalent) 
is coming at first place. 1st header(Request#) is coming at 2nd place and 
2nd header(RequestType) is coming at 12th place.
It is working in IE and Firefox. Please see the attached file.

<table ng-show="reqTrackCtrl.data.length" 
ng-table="reqTrackCtrl.reqTrackingTable">
  <tbody>
  <tr ng-repeat="item in reqTrackCtrl.data">
    <td data-title="'Request#'" sortable="'id'" class="item-id"><a 
href="#">{{item.id}}</a></td>
    <td data-title="'Request Type'" sortable="'class'"><a 
href="#">{{item.class}}</a></td>
    <td data-title="'Status'" sortable="'requestStatus'">{{item.request}}
    <td data-title="'Requester'" 
sortable="'requestedBy'">{{item.requestedBy}}</td>
    <td data-title="'Requested Date'" 
sortable="'requestedDate'">{{item.requestedDate}}</td>
    <td data-title="'Assigned To'" 
sortable="'assignedTo'">{{item.assignedTo}}</td>
    <td data-title="'Completion Date'" 
sortable="'completionDate'">{{item.completionDate}}</td>
    <td ng-if="formType != 'DU'" data-title="'Business Unit'" 
sortable="'Unit'">{{item.Unit}}</td>
    <td ng-if="formType != 'DU'" data-title="'Legal Entity Name'" 
sortable="'EntityName'">{{item.EntityName}}</td>
    <td ng-if="formType != 'DU'" data-title="'Bank'">{{item.bank}}</td>
    <td data-title="'Board'">{{item.boardResolution}}</td>
    <td data-title="'Certificate of Incorporation or 
Equivalent'">{{item.certificate Of incorporation}}</td>
    <td data-title="'Bylaws'"><div >{{item.bylaws}}</div></td>
    <td data-title="'Incumbency'">{{item.incumbency}}</td>
    <td ng-show="formType != 'ABC'" 
data-title="'Delegation'">{{item.delegation}}</td>
    <td ng-show="formType != 'ABC'" data-title="'FAT'">{{item.FAT}}</td>
    <td data-title="'Bank Forms'">{{item.bankForms}}</td>
    <td data-title="'Signature'">{{item.signature}}</td>
    <td data-title="'Bank System'">{{item.bankSystem}}</td></td>
    <td data-title="'Kyriba'">{{item.kyriba}}</td>
    <td data-title="'Account'">{{item.account}}</td>
    <td data-title="'Shared'">{{item.shared}}</td>
  </tr>
  </tbody></table>

Best Regards,

Alok Vishwakarma

-- 
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