Ag-grid: which event tells me that grid has finished loading?

Created on 19 Apr 2017  路  1Comment  路  Source: ag-grid/ag-grid

which event tells me that grid has finished loading.?
i tried onGridready() but it fires during loading. i need an event which fires after everything is loaded.

Most helpful comment

Hi

gridReady should fire when the data has been set if using gridOptions.rowData. If you're using api.setRowData you'll need to use rowDataChanged instead

Please dont use github for support queries - use either our free forum or stackoverflow. Github is reserved for issues only

>All comments

Hi

gridReady should fire when the data has been set if using gridOptions.rowData. If you're using api.setRowData you'll need to use rowDataChanged instead

Please dont use github for support queries - use either our free forum or stackoverflow. Github is reserved for issues only

Was this page helpful?
0 / 5 - 0 ratings

Related issues

WxWatch picture WxWatch  路  3Comments

ceolter picture ceolter  路  3Comments

liuren78 picture liuren78  路  3Comments

saurabhraja picture saurabhraja  路  3Comments

lneninger picture lneninger  路  3Comments