How to change properties of a data grid widget

0
Hi, I have created a page with two different data grids. The page works fine, and design looks great, but the usability is a little bit limited. The color of is selection is light grey and difficult to recognize. Is it possible to change the color? I didn’t find any parameter to manipulate the selection color. Thanks and regards Ingo
asked
1 answers
0

Hi in your variables.scss there should be a variable called: $grid-selected-color

Changing this will change the selection color for all grids.

answered