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

What is the to go table component? #994

Open
gioxc88 opened this issue Feb 3, 2025 · 2 comments
Open

What is the to go table component? #994

gioxc88 opened this issue Feb 3, 2025 · 2 comments

Comments

@gioxc88
Copy link

gioxc88 commented Feb 3, 2025

I see on the website that you have a data frame component but that seems quite limited.

I was wondering if you have anything more robust like AGGrid that works out of the box.

Also it would be possible to add example that show how to format the values in the data frame ?

Thanks a lot for the hard work with the DataFrame it just seems to me that this component is pretty basic and can be improved a lot (for example with sorting and filtering and rearranging of rows and columns) basic features that would make a huge difference since I am sure everyone is working with tables in a way or another

Thanks

@iisakkirotko
Copy link
Collaborator

Hi @gioxc88!

Indeed, the DataFrame component is quite barebones.

Since you mention AGGrid, there's an ipywidgets wrapper available with ipyaggrid, which can be used together with Solara. It seems there are still some issues with a PR that elaborates on how to use ipywidgets within Solara, but you can view the proposed changes here: #531.

Another option is to use ipydatagrid. How to do this is outlined in the same PR as with ipyaggrid. Let us know if you run into any issues!

@gioxc88
Copy link
Author

gioxc88 commented Feb 4, 2025

Hi I am a fan of ipyaagrid
My problem is that when I try to use it solara it doesn't render at all

I'll try to provide a minimal reproducible example later

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

2 participants