You could add a class in your scss that tells the class: .mx-name-head-row {display:none;} This wil remove the the header from the datagrid.
Hi Mike,
For me creating a new class with the following worked like you wanted:
.mx-datagrid-head-wrapper {diplay: none;}
I know this is a year old post but maybe there are others looking for a solution.
I hope it works but I’m pretty sure you found a solution so far.
PS: for hidding all datagrid (excerpt the control bar buttons) I used the following:
.mx-datagrid-body tr{
display: none !important;
background-color: transparent ;
}
LE: if you needed only on one page I found out it works also just by giving it a style (under the class filed) of the column in the datagrid as display: none