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.
搜索了 Stack Overflow 和 Google 很多,但无法理解如何在网格加载值后更改 ui 网格中单元格的背景颜色。
例如,按下按钮后,我想更改单元格的背景颜色。
您可以使用 Rowtemplate 并覆盖 ui-grid-cell。在 rowTemplate 中,您可以添加 ng-click 函数并在该函数中执行您想做的任何事情。
另一种选择是为 cellTemplate 添加 html 并添加 ng-class,基于条件更新类并相应地为该类添加 css。