infinite-table / infinite-react

The modern React DataGrid for building apps — faster
https://infinite-table.com
73 stars 5 forks source link

Change onReady callback signature #135

Closed roblotter closed 1 year ago

roblotter commented 1 year ago

With version 0.7.0, the InfiniteTable.onReady is called with an object of the following shape

{api, dataSourceApi}

instead of just with the infinite api as the first arg

roblotter commented 1 year ago

Implemented in 0.7.0