Upgrading v31.3.2 to v32.0.0 (React), I wasn’t able to access previously available grid instance properties.
In v31.3.2, using api.rowRenderer.rowCtrlsByRowIndex[index] could get you a list of rendered rows. In v32.0.0, although visible in API under ‘beans’ property: api.beans.rowRenderer.rowCtrlsByRowIndex[index], it cannot be accessed anymore – it returns undefined value.
Expected behavior: for greater customization possibilities, all properties under ‘beans’ should be available to the developer.
supernick is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.