Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
My sources say, after major data changes, particularly if the self-generated row Id (my own getRowId) change, I need to rebuild the grid (gridOptions.rowData), and then use gridOptions.api.setRowDa...
#1: Initial revision
I need a full grid refresh, but `setRowData` is not a function
My sources say, after major data changes, particularly if the self-generated row Id (my own `getRowId`) change, I need to rebuild the grid (`gridOptions.rowData`), and then use `gridOptions.api.setRowData()`. However, trying to do that, the only what I get if a "setRowdata is not a function" message, and that was it. My searches in the recent Ag Grid source show only some references of this method in various interfaces, but not even an implementation. How to do a full grid re-display?
