Working on a project using ag-grid community react. The main feature is a scrollable section filled with data, which can range from one piece to millions of pieces. I'm also incorporating a footer component for the grid that needs to adjust its height based on the bodyHeight property.
Currently, my workaround involves accessing a private property, gridApi, on row nodes. However, I am looking for a better method to determine the scrollable height of the ag-grid. Any suggestions?