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

Fixed columns in Payments View (per month, per quarter, per year) #4432

Open
buchen opened this issue Dec 30, 2024 · 0 comments
Open

Fixed columns in Payments View (per month, per quarter, per year) #4432

buchen opened this issue Dec 30, 2024 · 0 comments

Comments

@buchen
Copy link
Member

buchen commented Dec 30, 2024

The payments tables per month, per quarter, and per year are hard to read because the first column (the security name) easily is scrolled out of the visible area.

Bildschirmfoto 2024-12-30 um 20 03 22

The SWT Snippet 234 demonstrates the use of two tables which are synced.

It would be nice to apply this to the payments view:

  • fix the name column
  • keep the sorting in sync (when sorting by name, also sort the other table)
  • keep the scrollbars of the first table invisible (probably platform dependent)
  • keep the selection in sync

Anybody willing to give it a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant