angular-data-grid / angular-data-grid.github.io

Light and flexible Data Grid for AngularJS applications.
http://angular-data-grid.github.io/demo/bootstrap/
112 stars 50 forks source link

Cambiar estilo de la fila #80

Open AlexanderMz opened 5 years ago

AlexanderMz commented 5 years ago

To change the style of a row by applying a conditional for "item" applying customStyle in the Grid options

Poder cambiar el estilo de una fila aplicando un condicional por "item" aplicando customStyle en las opciones del Grid trBack:

.table > tbody> tr.trBack {
  background-color: #00B7FF !important;
  color: white !important;
}