Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法改变列的 ng-grid 标题的背景颜色,当它是被排序的列时?我没有看到该列与其他列有任何不同的类。
可以定义你自己的headerRowTemplate让你使用ng-class
headerRowTemplate
ng-class
https://github.com/angular-ui/ng-grid/wiki/Templating
我只是通过添加headerClass 来做同样的事情。在控制器的标题旁边添加headerClass: "your custom class name" 。然后在 ng-grid 中的自定义标头类上应用 css。
这里有更多类: http ://angular-ui.github.io/ng-grid/