Responsive tables in Uipath Apps?

Hi

Has anyone succeeded in making a responsive table with the data from Dataservice?

Something like this Codepen example?

My issue is that my data and number of columns exceeds the screen size so the user is forced to scroll within the table.

Alternatively, has anyone done a “list” with the records from Dataservice in a tabular form, but not used the table/edit grid activities. I cant seem to figure out the way to proceed when the records can be anything between 1 and 20 records.

@MichaelJ

Welcome to the community

scrolling is the way now for exceeding size

can you elaborate on second ask…

cheers

Hi Anil

but scrolling is difficult and the users are having a difficult time getting a descent overview when they need to scroll in order to see all the relevant information.

I have tried to illustrate the second alternative, basically the need is a set of containers that can be build on top of each other containing the information from each of the records from a dataservice entity.
I say containers on top of each other because I would like to be able to customize the different informations for instance in bold, or giv it a color.
Maybe my very primitive image gives a better idea of the need.

Data setup Uipath Apps

@MichaelJ ,

we don’t have this features currently into apps. So this is kind of challenge currently.
you can use 2-3 columns to display records and on click open other page to display more details records. that’s the only way you can do currently.

Thanks,
AK