Skip to content
Advertisement

Tag: react-data-grid

Display dynamic arraylist using reactJS

I am working on building a web application using reactJS. We should display the product users subscribed to. Number of products each user subscribes to differs. For Example, here is the response : So, the subscription data is dynamic. How can I display the above data in tabular data as follow :Mock User can subscribe to any number of products..

Advertisement