Page 1 of 1

Collapsing tables in MVC View

Posted: March 7th, 2022, 5:04 pm
by steve.sakhnini
When working on larger MVC canvases with many nested tables, lists and grids it can become difficult to see and focus on the important parts of the canvas.
I am suggesting a way to collapse individual tables into a smaller size hiding the content temporarily.
when a table is collapsed it should show that the table is collapsed and that it contains (or not) content.
Also, a collapsed table's content should not be interactable until the table is expanded.
This can be done with an icon before the table's icon (like the arrows used for tree nodes) with an overlay for the table's content.

Re: Collapsing tables in MVC View

Posted: March 7th, 2022, 5:07 pm
by steve.sakhnini
Task #10213 has been created, this post will be updated When a task is implemented.