How to display data in shiny which has been splitted into different parts?

I have created a shiny app where the user inputs some data and then the data is splitted into groups of rows like this based on a coloumn. This gives me different groups of data sets. The number of groups of data sets will always be different as it depends on what the user inputs in the coloumn which is being used to split the data in groups of rows. I know how to display single datasets but how can i display these groups of datasets which come as outputs in different tables? Here is a video which explains what I want

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.