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

Is this still being maintained? #51

Open
gioxc88 opened this issue Sep 12, 2023 · 2 comments
Open

Is this still being maintained? #51

gioxc88 opened this issue Sep 12, 2023 · 2 comments

Comments

@gioxc88
Copy link

gioxc88 commented Sep 12, 2023

Hello guys,
just wondering if this is still being maintained.

Really appreciate you work on ipyaggrid but as it's been almost 3 months since there's been a reply to the most recent issues opened, I just wonder if there's any problem at all and if this is still under active developement.

Thank you very much
Gio

@mariobuikhuizen
Copy link
Contributor

Hi Gio,

Thank you for reaching out and expressing your concerns about the ongoing maintenance of the ipyaggrid project. We appreciate your interest and your contributions in the form of bug reports.

We apologize for the lack of recent activity and timely responses to issues. We’re aware that we have not been able to prioritize the project as much as we’d like. Rest assured, we plan to triage existing issues in the near future.

We’re currently exploring avenues for additional funding to better allocate resources for the sustained development of this project. If you have any leads or suggestions in that regard, we would be immensely grateful for your support.

For those using ipyaggrid in a professional capacity, we offer dedicated support services. Please feel free to reach out to us at ipyaggrid@widgetti.io for further details.

Thank you once again for your support and patience.

Best regards,
Mario

@el-abcd
Copy link

el-abcd commented Jun 9, 2024

Hi,

Summary:

  • ipyaggrid appears to use v 28.1.1 of aggrid
  • Current version of aggrid is 31.2.0

Is an update to a newer version of aggrid in the works?
Note: I would be happy to contribute funding ($50/$100) to help fund a gofundme, etc. effort for upgrades if that helps, so far this is the best "datagrid" I see that I can manage to get working with python.
Also, I'm happy to make this a separate issue, if tagging onto this issue isn't helpful.

Details:

I have been learning ipyaggrid / Ag-grid, and have been finding it very powerful! (handles many rows, allows pivoting, excellent filtering, etc.).

There were some features I was trying out and having trouble getting working, and I think I understand (at least some of) what is going on.

It looks like ipyagrid v0.5.4 is using version 28.1.1 of aggrid...

 https://github.com/widgetti/ipyaggrid/blob/master/js/package-lock.json.  "ag-grid-community": "28.1.1",  

which is from 2022: https://blog.ag-grid.com/whats-new-in-ag-grid-28-1/

And some things have changed in more recent ag-grid versions, For example:
The aggrid docs mention:
'groupTotalRow': 'bottom',
While in version 28.1.1 it looks like the right setting is:
'groupIncludeTotalFooter': True,

Which was tricky to figure out what was going on...
While I can find a bit of info on version 28.1.1 at https://www.ag-grid.com/archive/28.1.1/ , if I follow the links to javascript docs it only seems to show the "current" docs. I did poke around awhile and found that https://www.ag-grid.com/archive/28.1.1/react-data-grid/grouping-footers/ looks like it will show the older docs though.
Maybe a "small fix" would be to add a link to the 28.1.1 ag-grid docs in the README.md, or https://widgetti.github.io/ipyaggrid/ ?

Regards,
Eric

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

3 participants