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
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: