My Div's dimensions can change based on user interaction, with the div containing an ag-grid component. Initially, the div/grid loads in a compressed size, so I've applied specific classes (like small font-size, height, padding, etc.) to eliminate scrolls. However, I want these classes to be swapped out for others (large font-size, height, etc.) when the user enlarges the div, but I haven't been able to find any grid API or method to dynamically set cellClass and headerClass.
Additionally, I'm wondering if it's possible to update these options in gridOptions and load the grid accordingly?