Changing default data grid row styles

0
Hi, I need to change the default data grid styles like, need to change the table look and field in the data grid like in below image.​​​
asked
2 answers
5

You can refer the following widget =>

https://appstore.home.mendix.com/link/app/106254/

And add stylings using Java script or bootstrap for the respected rows in the data grid. 

And do the configuration as per the provided documentation in the widget.

answered
3

Seems to me that you could best use a listview to achieve this. You would have to alter some scss to create it, In the theme folder there is a listview.scss file. If you alter this all listviews will be styled according to this. 

Also have a look at the list building blocks on: https://atlas.mendix.com/p/buildingblocks maybe this could help you as a start.

answered