# \[Solved\] Display information in Listviewer as in Dataviewer

**URL:** https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223
**Category:** Questions about Thunkable X
**Tags:** design, solved
**Created:** [May 22, 2020, 9:14am UTC](https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223 "2020-05-22T09:14:35Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![fedegarcia30hzc97a](https://avatars.discourse-cdn.com/v4/letter/f/b38774/32.png) [@fedegarcia30hzc97a](https://community.thunkable.com/u/fedegarcia30hzc97a)
#### Post date: [May 22, 2020, 9:14am UTC](https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223/1 "2020-05-22T09:14:35Z")

</div>

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](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/8/d854614fa3f06429cc459485bc9237d3f16988db.png)

Thanks!!

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [May 22, 2020, 9:58am UTC](https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223/2 "2020-05-22T09:58:43Z")

</div>

Hi, use DataViewerList component

---

<div class="post-metadata">

### Author: ![fedegarcia30hzc97a](https://avatars.discourse-cdn.com/v4/letter/f/b38774/32.png) [@fedegarcia30hzc97a](https://community.thunkable.com/u/fedegarcia30hzc97a)
#### Post date: [May 22, 2020, 10:17am UTC](https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223/3 "2020-05-22T10:17:23Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [May 22, 2020, 10:28am UTC](https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223/5 "2020-05-22T10:28:39Z")

</div>

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/](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.

---

<div class="post-metadata">

### Author: ![fedegarcia30hzc97a](https://avatars.discourse-cdn.com/v4/letter/f/b38774/32.png) [@fedegarcia30hzc97a](https://community.thunkable.com/u/fedegarcia30hzc97a)
#### Post date: [May 22, 2020, 10:52am UTC](https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223/6 "2020-05-22T10:52:45Z")

</div>

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

Thakns!!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:29am UTC](https://community.thunkable.com/t/solved-display-information-in-listviewer-as-in-dataviewer/584223/7 "2024-11-08T11:29:07Z")

</div>


