Change the default styling of data grid 2(Add on widget)

0
Hi, I want to change the default styling of data grid 2 which is an add on widget. Pls help me from where can i change. I can’t see the .scss file for data grid in my project.
asked
1 answers
0

Hi Anmol,

You want to add custom styling using the right css classes to target the classes used by the widget. Check the following document on how to add custom styling in Mendix:

https://docs.mendix.com/howto/front-end/customize-styling-new

You can use the inspector built in your browser to see which css classes to target to make the changes you need.

answered