283
Views
1
Comments
Solved
Display a table of records in mobile app
Question

Hi All,

I want to display a table with the records from my entity inside it in the mobile app (see below). Similar to the table records display in the Web app. I am relatively new to Outsystems, so I am not sure if there is a widget that's similar to the table records widget in the Mobile App. Will anyone please help me with this. 

Thanks in advance.

Meria

2024-12-19 12-19-39
Amal
 
MVP
Solution

Hello Meria, 

As you have mentioned the Table Records is only for the web and not for mobile. 

I believe the reason OutSystems has not provided this widget for mobile as it would lead to a bad user experience, given the number of fields to show, size of content and varying screen sizes.

You could use the List widget for simple rendering or List widget with ListItem for more complex data and actions like swipe left, swipe right etc.


Hope this helps !!! 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.