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

fix(generic): select shown columns in column filter #755

Conversation

sennierer
Copy link
Collaborator

Handing through the table class to the filterset might be a more elegant solution than calling the mro resolver again, but given that this is cached anyway its the easier solution.

resolves #735

@sennierer sennierer marked this pull request as draft March 28, 2024 09:47
@sennierer
Copy link
Collaborator Author

just saw that this fills in the initial values of the columns correctly, but de-selecting a default column does not remove it

please note: this is not perfect as the `get_table_class` function
gets called twice. Its needed for filtering the kwargs of the table
but is not yet available when `get_table_kwargs` gets called.

resolves #735
@sennierer sennierer force-pushed the ms/735-change-`Columns`-field-in-list-filters-to-also-allow-for-deselecting-columns branch from cb48654 to 8610704 Compare March 28, 2024 12:38
@sennierer sennierer marked this pull request as ready for review March 28, 2024 12:39
@sennierer sennierer requested a review from b1rger March 28, 2024 12:40
@sennierer sennierer marked this pull request as draft June 19, 2024 09:10
@sennierer sennierer closed this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

change Columns field in list filters to also allow for deselecting columns
1 participant