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

DataTable: Allow hiding dynamic columns #943

Open
darthmaim opened this issue Feb 5, 2024 · 2 comments
Open

DataTable: Allow hiding dynamic columns #943

darthmaim opened this issue Feb 5, 2024 · 2 comments

Comments

@darthmaim
Copy link
Member

No description provided.

@aichRhythm
Copy link

Hi, could you please describe which feature you mean by 'dynamic columns'. I am a mostly frontend React dev and would love to take a shot at the problem!

@darthmaim
Copy link
Member Author

First of all, thanks for your interest in contributing!

I mean columns created with DynamicColumns from data tables (see DataTable.tsx). Dynamic columns are columns that are rendered client-side, mostly used to show individual account progress and similar data.

Right now you can only hide static columns in the associated ColumnSelection.

To implement this, the dynamic column would have to be wrapped in some client component that adds the column to context (maybe reuse ColumnSelection/DataTableClientCell?

Feel free to drop by the discord if you have any questions.

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

2 participants