Found the culprit for making my table looks so awkward. Is there a way to remove this "Container"?
when i tried to edit it says cannot edit a read only file?
Thanks but I managed to get it work with:
.datagrid-grouppanel { display: none;}
I saw a post which says its not ideal to use ( !important; } ) as it affects the next user who would have trouble overriding your own css
Hello Chin,yes you cannnot edit the theme file of the Grid and also you cannot remove the container since it is from the component.
but you can use the Class in your local theme (in test_CCK) editor and add display none to hide the container;
if it didnt work try adding important.
hello @Chin Kai
Try this CSS:
.datagrid-grouppanel:after {
-servicestudio-display: none;
}
I hope this helps
Thanks