Is there any possibility where the ag-grid can populate all the columns without hardcoding them in ColDef array?
I am expecting ag-grid to populate all the columns and repective data that are coming from the JSON file directly. I do not want to configure the column names in .ts file manually.