-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort doesn't work if ng-repeat is used for populating the header <th> #14
Comments
+1. It just doesn't work. Personally I tried with ng-attr in order to specify parameters for footable, and it doesn't work neither. |
I have a similar issue. I use ng-repeat for th and it screws up the footable-redraw, when i hard code the headers it works... |
My issue is solved - used load-when |
@Sumedha-Scry: Can you explain how to use load-when in with a value bound to angular scope? Does it work along with data-hide attribute? |
@Moxy1683 e.g to use load-when:
To answer your second question, I have not tried it but theoretically it should work. Hope this helps. |
It's not working bro same issue occured if any one get solution plz post it |
The sorting by clicking the header and toggle-arrow-tiny works nicely normally but doesn't work well when I use ng-repeat like this shown below. I still get the headers with correct text but no sorting or the toggle icons on the headers.
<th ng-repeat="curr_header in headers">{{curr_header}}</th>
Can you please help ?
The text was updated successfully, but these errors were encountered: