Notices and updates on a page

0
I wan tto show a news and updates page on my main page. I am using a datagrid where it is linked wit the “News” entity. I don’t want to get the label and control bar of data grid for which i have disabled the control bar and not written any label to columns but i am still getting a gray color area of control bar and sort icon. how i can get rid of these ?
asked
3 answers
1

I think you are better off using a listview in that case. You can totally style it your own way.

answered
0

Like jacob states a listview might be better, check out: https://atlas.mendix.com/p/buildingblocks for inspiration on lists. 

answered
0

One option is to hide the bar via styling. Get the right selector and adjust the css by changing the sass-file.

answered