/
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 content

Hervorhebung von Tabellenzellen beim Hovern einstellen
Hervorhebung von Tabellenzellen beim Hovern einstellen
More like this
RowFormatConfigType
RowFormatConfigType
More like this
Changing the Series Labels' Color in Stacked Bar Chart
Changing the Series Labels' Color in Stacked Bar Chart
More like this
"Hand Symbol"-Cursor beim Hovern unterdrücken
"Hand Symbol"-Cursor beim Hovern unterdrücken
More like this
Applying CSS Styling on the Component
Applying CSS Styling on the Component
More like this
Interactivity at Runtime
Interactivity at Runtime
More like this