Hi,
Is it possible to hide the vertical Columns configuration in AGGrid, or show it on top and not vertical?
Regards,
Hi,
Is it possible to hide the vertical Columns configuration in AGGrid, or show it on top and not vertical?
Regards,
Hi,
Just to document this, here is the css to include to hide Columns groupping elements in the aggrid:
.ag-side-bar {
display: none;
}
You can also hide it with the following table option
sideBar = false
Sent from my ASUS_Z01KD using Tapatalk
Hi Phillip,
We do not have a sideBar property for the DataGrid. Is that an option to configure in the gridOptions property?
Regards,
You need to add it manually as a grid option in properties.
Sent from my ASUS_Z01KD using Tapatalk
Thank you !