Skip to content

Optimal TableView Real State Management #138

@khaf

Description

@khaf

While TableViews are implemented as standard, there are a few improvements that could improve their foot print on the screen:

  1. An option to allow to omit the scrollbars, and automatically not show the scrollbar when there is no need for it (number of rows, columns fewer than the provided space).
  2. Add an option to automatically expand or shrink the columns to fill the grid.
  3. Allow multi-row titles when a title contains \n
  4. As an expansion of the above, if two or more adjacent columns in a row are the same, unify that column+row. Example: Adjacent columns with titles Objects\nMaster and Objects\nReplica should be rendered like:

Screen Shot 2020-02-05 at 10 53 01 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions