/
Enabling a Highlighting of Cells on Hover
Enabling a Highlighting of Cells on Hover
This article describes how to create a mouse over effect for highlighting a table cell using a background color.
Step-by-Step-Guide
Insert the following code in the "custom.css" of your application.
dataCells:hover { background: rgb(230,230,230) !important; }
Of course you can change the rgb color values to define the required color or add more styles like a font-family definition.
Related Articles
, multiple selections available,
Related content
"Hand Symbol"-Cursor beim Hovern unterdrücken
"Hand Symbol"-Cursor beim Hovern unterdrücken
More like this
Hervorhebung von Tabellenzellen beim Hovern einstellen
Hervorhebung von Tabellenzellen beim Hovern einstellen
More like this
Applying CSS Styling on the Component
Applying CSS Styling on the Component
More like this
Changing the Series Labels' Color in Stacked Bar Chart
Changing the Series Labels' Color in Stacked Bar Chart
More like this
Modifying the Height of Column Header Bars
Modifying the Height of Column Header Bars
More like this
Adjusting the Width of the Leading Column
Adjusting the Width of the Leading Column
More like this