Css to improve look and feel of data grid

0
Hi, I want to use custom css to improve look of data grid. I need to change data grid header background color and font color, also hover and selection color on data grid rows. I tried to use style in Properties->Appearance->Style in datagrid but I can not achieve my look. How can I create custom class to achieve these changes?
asked
1 answers
0

Check out this how-to on creating a custom class: https://docs.mendix.com/howto/front-end/calypso#1-introduction

If you create the custom class you can add it onto the datagrid and run the application to see it work

answered