Gibt es eine einfache, einzelne Zellenhintergrundfarbe in der Rallye-Tabellen-API?

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

  •  14-11-2019
  •  | 
  •  

Frage

Wenn der Titel vermuten lässt, gibt es eine einfache Möglichkeit, die Farbe einer Zelle in der Rallye-Tabelle einzustellen?

War es hilfreich?

Lösung

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)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top