You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users are able to adjust the size of the columns by clicking and dragging the limits in between columns. When the users drags the column in any place the column in each table will change size. (beware of performance here)
When the user resizes an inner column that makes the column on the right to move outwards(enlarging the column) or inwards (shrinking the column) . If resizing makes the columns on the right to expand beyond the page's viewport a scrollbar will show up down. When the user scrolls this bar the tables collapse buttons stay fixed:
Goals
As a viewer+, allow me to take a column and resize it.
Tasks
Refactor the column system to be able to set the width of a column.
Description
Product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/443
The ability to adjust the width of the columns in tabular view for a more comfortable experience.
Users are able to adjust the size of the columns by clicking and dragging the limits in between columns. When the users drags the column in any place the column in each table will change size. (beware of performance here)
When the user resizes an inner column that makes the column on the right to move outwards(enlarging the column) or inwards (shrinking the column) . If resizing makes the columns on the right to expand beyond the page's viewport a scrollbar will show up down. When the user scrolls this bar the tables collapse buttons stay fixed:
Goals
Tasks
Related Resources
MockUp
The text was updated successfully, but these errors were encountered: