Open alfredobarron opened 8 years ago
Maybe u can do it manual right into your controller?
I did it like that, but I want know if exist best way
I'd use a custom template for the header :
<thead tasty-thead template-url="app/templates/custom-thead.tpl.html"></thead>
Assuming you're using angular-translate : Your template should look like the default template but you'll have to replace ng-bind with translate directive : `
How to use angular-translate in header table in ng-tasty?