-
Notifications
You must be signed in to change notification settings - Fork 35
Collapse functionality in Grid View included rows #835
Comments
Additionally, as talked: add flag in API which will define if gridview shall be initially expanded or collapsed. In To think about: introduce in UI a link-button to "Expand all" or "Collapse all". |
update: API ready |
@teosarca and how about API flag to define which view actually should have possibility to use expand/collapse function? I can see only flag for initial
we need additional flag like |
will talk with Mark and will provide. For now, pls consider missing "collapsible" as collapsible=false. |
@damianprzygodzki @cadavre discussed with Mark and here is the concept for collapsible and expanded flags, together with some test cases. Layout level:
Row level:
Test cases:Case 1. Collapsible rows (in layout) but rows are not expanded (i.e. layout collapsible=true, row expanded=false) Case 2. Not collapsible rows (i.e. layout collapsible=false, row expanded=N/A)
NOTE: at the time of writing this, API is not providing those flags. |
@damianprzygodzki @cadavre to be decided/ agreed |
Case of changing -for |
Waiting for |
IMHO they are already provided. Pls check out if it fits.
|
@teosarca I've encountered one problem. The key value for table component is On that value relay things such as selection, quickActions, selectionAttributes, collapsing and so on. I wonder if we should relay on that properties further, because for one window that has collapsing enabled (540345) the documents have the same id. Could API provide unique key (maybe some additional, straight from database) for docs in tables? |
Adding this new issue to this week's release notes. metasfresh/metasfresh-webui-frontend-legacy#835 Collapse functionality in Grid View included rows
Tested. Works as required. Done. |
Type of issue
Feature request
Current behavior
Currently, we don't have the possibility to fold/ unfold groups for large data sets in Grid Views included rows. Something like a collapse functionality w/ group (top node/ root) and detailed data.
Expected behavior
Have the functionality to provide the Grid View Tree with top lines in collapsed mode (not seeing the detail lines) and via icon/ button to expand the view for that or all groups.
Backend task: metasfresh/metasfresh-webui-api-legacy#424
The text was updated successfully, but these errors were encountered: