Hi OnlyOneUrl,

You really should build a plunk that shows the same problem you are 
experiencing. I solved a lot of my own problems by just recreating them in 
a plunk.
At first sight your problem lies in here:

<th ng-repeat="(key, value) in data[0]" repeat-done="fixedTableHeaders()"
                            sort-table-head by="order" reverse="reverse" 
order="'ipv4'">
                            {{ key }} 
                            </th>

All your columns will be sorted by ‘order’ and the order for all will be 
‘ipv4’ 

Regards
Sander
​

-- 
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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to