Data-table rendering directly from datasource without configuring the hardcoded columns (in ColDef) in .ts file

19 Views Asked by At

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.

0

There are 0 best solutions below