Skip to content
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

Enable hiding columns from main window tables #129

Closed
19 tasks done
svetter opened this issue Feb 28, 2023 · 1 comment
Closed
19 tasks done

Enable hiding columns from main window tables #129

svetter opened this issue Feb 28, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@svetter
Copy link
Owner

svetter commented Feb 28, 2023

  • Prerequisites
  • Frontend
    • Create custom context menu
      • Entry 'hide this column'
      • Expanding entry to re-add any hidden column
    • View menu entry to re-add all hidden columns
  • Backend
    • Make connections and implement
    • Don't update columns as long as they're invisible
      • Update columns if necessary when made visible again
    • Save and restore column visibility status
    • Figure out what to do if the removed column was the sort column
  • Settings
    • Use global column order setting for remembering hidden columns
      • Update settings window and setting keys
@svetter svetter added the implementation Adding necessary functionality label Feb 28, 2023
@svetter svetter added this to the Frontend functionality milestone Feb 28, 2023
@svetter svetter self-assigned this Feb 28, 2023
@svetter
Copy link
Owner Author

svetter commented Mar 4, 2023

  • Context menu when clicking on columns
    • With checkable entry for each column
    • Auto-size columns

@svetter svetter added enhancement New feature or request and removed implementation Adding necessary functionality labels Mar 14, 2023
@svetter svetter pinned this issue Oct 6, 2023
@svetter svetter unpinned this issue Oct 9, 2023
@svetter svetter modified the milestones: New features, Ideas Oct 18, 2023
@svetter svetter pinned this issue Oct 25, 2023
@svetter svetter unpinned this issue Oct 27, 2023
@svetter svetter mentioned this issue Nov 9, 2023
36 tasks
@svetter svetter pinned this issue Nov 20, 2023
svetter added a commit that referenced this issue Nov 22, 2023
Includes all settings, saving and restoring, and translation.

Missing optimization for not updating hidden columns.

For #129
@svetter svetter unpinned this issue Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant