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 hide the first row "preview" in data tab #475

Open
thienphuoc86 opened this issue Mar 9, 2024 · 3 comments
Open

How to hide the first row "preview" in data tab #475

thienphuoc86 opened this issue Mar 9, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@thienphuoc86
Copy link

Hi team,
I would like to hide the first row that shows the dirtribution in data tab. How to do that?
I tried set use_preview = False but it's not working.

walker = pyg.to_html(df,default_tab="data",use_preview=False)

Error return
TypeError: pygwalker.api.pygwalker.PygWalker() got multiple values for keyword argument 'use_preview'

@longxiaofei
Copy link
Member

There is no way to hide it currently.

@longxiaofei longxiaofei added enhancement New feature or request good first issue Good for newcomers labels Mar 9, 2024
@ObservedObserver
Copy link
Member

ObservedObserver commented Mar 9, 2024

Hi, @thienphuoc86. Currently, it is not supported to hide the distribution column. Cloud you share more about your usecases and why you want to hide it, so we may start a feature proposal for it. Thanks.

Related feature screen shot of current version for new pygwalker users that are interested in this discussion

pygwalker-data-preview

@thienphuoc86
Copy link
Author

thienphuoc86 commented Mar 9, 2024

Hi, @thienphuoc86. Currently, it is not supported to hide the distribution column. Cloud you share more about your usecases and why you want to hide it, so we may start a feature proposal for it. Thanks.

Hi, the data tab will be more clean, clear and we just focus to the data if without the distribution row. So, it would be nice to have an option to hide it.
Thank you for listening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants