Hello,
typically, the CRUD details panel is shown with a list on the left.
Is it possible to hide this left panel when details are open?
I have made a couple of attempts to achieve this:
- I tried canceling the current activity and opening the details using saga. It works, but when the “save” button is clicked, the details panel disappears, and the user is left with a blank screen instead of seeing the CRUD table again.
- I also attempted using a custom layout with visibleViews and getClearedAfterViewIndex, but it didn’t work. I haven’t figured out the reason yet.
Am I missing something, or should I investigate further and delve deeper into attempt number 2?
Thank you.