Есть ли возможность установить индивидуальный цвет фона ячейки в API таблицы таблицы?

StackOverflow https://stackoverflow.com/questions/9505912

  •  14-11-2019
  •  | 
  •  

Вопрос

Как указано название, есть ли простой способ установить цвет ячейки в таблице ралли?

Это было полезно?

Решение

Not via the component directly. You could loop over the dom nodes the table generates and set the background-color style to the color you want. Or, if you want to color a column or a row you could write a CSS3 selector to do it (if you're using a modern browser- not IE)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top