I am using the ngx-datatable
package, to present my data (retrieved from a WebAPI) in a sortable, filterable datagrid.
My set-up is an Angular 4
application (with a Web API in .NET core
which should not matter).
I am wondering if it's possible to auto generate the full table, including columns, based on the JSON returned from the Web API. I already did a search on google, but can't seem to find any examples that provide this.
If it's not possible and you have any alternative libraries these are also very welcome.