How to handle component.html headers and data in case of data and header columns changed every time ?
I work on angular app give it report id then it returned different result depend on report id
so may be if i pass reportid =1 it display
if I pass reportid=2 then it display
then it return data different and column headers different based on report id
so How to display this data dynamically on html component .
service.ts
on reportdetails.component.ts
How to show data on component.html below