You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.
No description provided.
The text was updated successfully, but these errors were encountered: