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

[row model] Lazy loading of group data #678

Closed
Pegasuz opened this issue Jan 27, 2016 · 10 comments
Closed

[row model] Lazy loading of group data #678

Pegasuz opened this issue Jan 27, 2016 · 10 comments

Comments

@Pegasuz
Copy link

Pegasuz commented Jan 27, 2016

I would like to be able to:

  • Render a small list of groupings (call them categories or such)
  • On expand/click of a grouping, load row data from external source and display the newly fetched rows into the grid

Do you have a solution for this? Is this possible?

@ceolter
Copy link
Contributor

ceolter commented Jan 27, 2016

no solution yet. it's lazy loading of the groups.

@ceolter ceolter changed the title Howto: Load row data on click Lazy loading of group data Jan 27, 2016
@microchip78
Copy link

Is there any update on this issue ? Any plan to implement it ?

We are planning to use enterprise version of AG Grid in our analytics product. AG Grid is an awesome product and perfect fit for our application.

But one critical feature of our application is loading massive and indefinite level hierarchical tree data. But we don't want to load all nodes in first call for performance reason. We would like to load just top level nodes when grid load first time, and then when user click on one of the + sign of node, it will expand that node and load its child nodes.

our decision to purchase Enterprise version of AG Grid is depend up on lazy loading of row group feature is available or not, as this is most critical feature of our application.

Please provide any plan or update on that.

Thanks

@ceolter
Copy link
Contributor

ceolter commented Jul 29, 2016

no plan to implement this in the near future, so i cannot commit to it for a sale.

it would take approx one full week to implement it.

if your company is interested in sponsoring this piece of work, then get in touch with accounts@ag-grid.com

otherwise, well you can implement something yourself. create your own cellRenderer for the group column and then implement your own logic for contacting the server when you expand / contract the row.

@andrss
Copy link

andrss commented Jan 6, 2017

Dear @ceolter, I have a proposal to discuss. When a feature requested, that you do not have immediate plans to implement, why don't you you price this feature out and put this information on your website, so everybody interested can donate towards this particular feature. As soon as enough funds collected you implement the feature and everybody wins. Crowdfunding is very powerful thing!

@ceolter
Copy link
Contributor

ceolter commented Jan 9, 2017

@andrss because we are very very busy building out ag-Grid and making our money from sales of ag-Grid Enterprise licenses. so what we work on is the features we believe will make ag-Grid a better product for our overall customers rather than chasing the short term goals and getting paid directly for features.

these two approaches overlap. sometimes we do take money for particular features. but generally speaking everything we do is with the intention of making ag-Grid better for our current and future customers.

@ceolter ceolter changed the title Lazy loading of group data [row model] Lazy loading of group data Jan 19, 2017
@ceolter
Copy link
Contributor

ceolter commented Jan 23, 2017

@ceolter
Copy link
Contributor

ceolter commented Jan 25, 2017

duplicate of #566

@ceolter ceolter closed this as completed Jan 25, 2017
@schouti
Copy link

schouti commented Jan 4, 2018

@ceolter

We're using the enterprise edition of ag-grid and I'm looking for the following, How can I achieve this?

On expand/click of a grouping, load row data from external source and display the newly fetched rows into the grid

Do we have any solution for this?

@sumanth1801
Copy link

Do we have any solution yet for this?

@schouti
Copy link

schouti commented Jul 2, 2018

@sumanth1801 You can find it in the link below:
https://www.ag-grid.com/javascript-grid-server-side-model/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants