Hello,
Is there a way that i can hide a dhtmlx layout cell completely without collapsing?
i use : lyt_items.cells(“a”).collapse();
but would like to hide it completely
Hello,
Is there a way that i can hide a dhtmlx layout cell completely without collapsing?
i use : lyt_items.cells(“a”).collapse();
but would like to hide it completely
Hello
You can use views:
dhtmlx.com/docs/products/dht … views.html
It seems like you can have 1C main layout and change inner layout patterns, i.e. change 2U with 3W pattern.
Darya,
Any chance you have a demo of using views to completely hide a single cell?
Thanks!
toddaa, what do you you mean under a SINGLE cell? 1C pattern?
Can you provide an image or detailed explanation?
I have a 3E layout. Each cell has an attached grid. I’ve run into a case where the third cell needs to be removed from the users view. The best I’ve been able to come up with is collapsing the cell when I don’t want the user to see it and expand when I do. I just started playing around with this so thats as far as I’ve gotten. I was hoping there was a way to remove the collapse/expand button in these cases as well, but I stumbled on this thread first.
So, can this be done with a View?
My 3E layout is nested inside a separate 2E. I guess I could create the view on cell B of the 2E, but I’m not sure how painful this will be as I will need at least one grid to show on both of the views.
Does that help describe it?
If you want to hide “collapse” cell - there is the method for it:
docs.dhtmlx.com/doku.php?id=dhtm … idearrow&s[]=hideArrow