Hello,
I’m trying to use essential grids in different tabs, but when I go to load each of the tabs the essential grid shows up small in the top left corner and takes a while to load.
I have read a few forum posts about this problem and have tried the different solutions provided in those discussions but they haven’t fixed the problem for me.
I am using X Pro and I have tried this solution that worked for someone in another thread but didn’t work for me:
[data-x-toggle-collapse].x-collapsed {
height: 0 !important;
overflow: hidden;
padding: 0;
display: block;
}
Thank you