first of all sorry for my bad english. I'm creating a component named "table" on my application. This component receives a JSON delievered by Laravel Backend. I'm trying to make a dinamic component for all jsons that it can receive. I mean, this component will be able to draw a table with the fields that the json contains. I want that if i receive a json that have "name, age, adress", or "name, country, state", the table shows it exactly.
Is there any already existing component that provides me this? Because all components that i found the columns must be configured previously.
Thanks!