Hi! I’m not sure if this is a bug, or expected functionality, but
Problem: getRowsResponse and getRowsRequest is showing a warning in the browser, even though it is expected functionality according to the server-side model.
main.esm.mjs:1618 AG Grid: invalid gridOptions property 'getRowsRequest' did you mean any of these: getRowStyle, getRowHeight, getLocaleText, getRowClass, getGroupRowAgg, onRowSelected, onStoreRefreshed, onRowResizeStarted.
If you are trying to annotate gridOptions with application data, use the 'gridOptions.context' property instead.
Code replication: open up the browser console of the plotly example: Infinite Row Model (Server-Side) | Dash for Python Documentation | Plotly
- you can also copy and paste the example into your local and run it as well, and you will see the same warning in the browser.