-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two separate tables on summary page #506
Comments
Regarding Simultaneous ScrollingI can understand this feature request in principle, but how precisely is this supposed to work? If you have a concrete proposal how the UI should interact with the user and how the scrolling behavior should work, we can reconsider this. Regarding Same ColumnsWhat do you mean here? Columns of setup and statistics table are currently never the same. For each column of the setup table there are several columns in the statistics table. |
Let's have just one table? |
As discussed in #491 (comment), this is not a good option. |
... or the design choice described in #491 (comment) is not a good option. |
Why should we derive the page design from technical restrictions? I think we need to prioritize use cases:
|
This might be possible after #569 / #719 because now we handle more of the table rendering ourself. @lachnerm The goal here is to merge the upper table on the summary tab into the header of the lower table, such that we have a multi-line header in which many cells span across different columns. With react-table v6, this was not possible, do you think this is possible with our own rendering on top of react-table v7? |
So if I understand everything correctly, we would basically merge both tables such that the upper table's entries move into the header of the corresponding runset in the lower table, right? I've looked it up and it I think this should be possible. I will take a closer look when the update of the table framework from #719 is merged. |
@PhilippWendler I would like to renew this request. There must be only one table on the summary page, and the scrolling must be done via the page by the browser, not via an extra element inside the page. If you have a small screen (laptop) and a large table then you cannot watch the first row and scroll to the left, because you cannot even not see the first row and the horizontal scroll bar at the same time on screen! |
This is still planned but currently we have nobody who could work on this. |
To whoever is following this: the implementation of this in #1065 is close to being finished and we are looking for feedback on the design. |
This is about the two separate tables in the summary tab?
I have the feeling that when I scroll one of them to the right, I also want to scroll the other to the right,
and I always want the same columns in the upper and lower table.
The text was updated successfully, but these errors were encountered: