1

I see in this question: Create tree in angular-grid (ag-grid) with async data loading

that Niall recommends writing a cellRenderer but I'm not sure how that would work. I am guessing there would be a button in the cellRenderer that would trigger the call to get more data, but how would I rebind?

1 Answer 1

0

adding rowData directly inside the component watched the updated rowData.

<ag-grid-angular style="width: 100%; height: 400px;" class="ag-theme-balham" 
  [gridOptions]="gridOptions"
  [showToolPanel]="showToolPanel"
  [rowData]="rowData">
</ag-grid-angular>

Here's official plunker Docs

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.