how to remove mx-list-striped (and why is this the default)

0
most of the time you just want to display a whole bunch of data. Datagrids create table which are hard to style due to Columns having fixed %. trying now with list view but for some reason "mx-list-striped" is the default and cant find how to remove it.
asked
4 answers
3

Jason,

I have used the class listview-stylingless to remove all styling.  BTW, this class is also available for all other data objects (dataviews, template grids, data grids).

Mike

answered
1

I also made noStyle and noHover classes to overwrite the lined style. 

No biggy in my opinion, it has to have some default style...

answered
0

Hi Jason,

 

you can add predefined classes to listviews, see: 

https://ux.mendix.com/index-theme-mendix.html?profile=dekstop

-> Design elements -> Data Grids

answered
0

Maybe a helpfull addition: in the Sass folder you can find the file _listview.scss. By editting the styling of the listview here it should overrule the default and use it as your own new default for listviews:)

answered