[Solved] Display information in Listviewer as in Dataviewer

Hi

I have a airbase table with to columns to show (name and price) with more than 5000 rows. Id like to create a listviewer where i can see the [ColumnName] as a Tittle - in the lst side on the row- and [ColumnPrice]as subtitle in the right side, the same way is displayed in a DataViewer object
image

Thanks!!

Hi, use DataViewerList component

3 Likes

Hi Actech

As far as i know the Issue in DataviewerList is that you cant search…as i have 5000 rows i need to develop a search function textbox and this can be done over listview easily

Thanks!

As an example of searching through 20 thousand records you can see my version of scrFinder in the project https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/

Look at the scrTableViewer in the same project to see how you can do what you want from multiple lists.

2 Likes

Thats exactly the display i was looking for, great!! I will check the code to see how you did it.

Thakns!!