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

How to display specific columns? #404

Open
silphonix opened this issue Jun 16, 2023 · 0 comments
Open

How to display specific columns? #404

silphonix opened this issue Jun 16, 2023 · 0 comments

Comments

@silphonix
Copy link

Hi, i have lots of data with different names. I need to display two columns, "terms" and "synonyms" but let the user determine with two selectors which column is "terms" which one is "synonyms" and to hide everything else.

Is there a built in way to handle this ? like hide all columns except the first two, or have a check of columns ? because the other way around this i can think of is to manipulate either the data, or to just add a display none in the props of every column except the first two, and have an event when the user changes with a select which column is to remove the display none and re-asign it to the previous column.

Thanks !

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

No branches or pull requests

1 participant