Hiding Datagrid via CSS

0
Hi   I was able to hide the headers/rows using inspect element on my browser by adding display:none on these 2 properties   My question is now, how do I make these changes within Menix and also make sure that the css rule only applies to that specific page? (I dont want every datagrid hidden on every page)
asked
2 answers
0

Hey guys

 

Just want to say I figured out a solution!

 

Just add 

display: none; 

for the appearance settings for every single column and that works!

answered
0

I'm confused with your question and the solution you are using. Why even bother to add the said columns if you hide them anyway? Your solution will only hide it for the user but it's still loaded you will benefit more by just removing the columns from the datagrid.

answered