I am using Ag-grid with callback for onGridReady to add some additional columns. Every time when the grid is loading there are some seconds until columns fully fit the screen. Can I somehow catch the event when the columns are completely ready? Thanks in advance!
Asked
Active
Viewed 226 times
1
-
Why do you wait until GridReady to add more columns? Why can't you generate all the column definitions in the beginning? – Josef Bláha Jun 02 '22 at 06:21
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 02 '22 at 12:30