# \[Solved\] Search for data viewer list

**URL:** https://community.thunkable.com/t/solved-search-for-data-viewer-list/569654
**Category:** Questions about Thunkable X
**Tags:** data-viewer
**Created:** [May 16, 2020, 6:01am UTC](https://community.thunkable.com/t/solved-search-for-data-viewer-list/569654 "2020-05-16T06:01:23Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![samdev](https://avatars.discourse-cdn.com/v4/letter/s/9fc348/32.png) [@samdev](https://community.thunkable.com/u/samdev)
#### Post date: [May 16, 2020, 6:01am UTC](https://community.thunkable.com/t/solved-search-for-data-viewer-list/569654/1 "2020-05-16T06:01:23Z")

</div>

i need to add a search for the dataviewers to my app is this possible

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 16, 2020, 9:57pm UTC](https://community.thunkable.com/t/solved-search-for-data-viewer-list/569654/2 "2020-05-16T21:57:03Z")

</div>

Hi @samdev.

This is not quite possible as of now. The Thunkable team are working hard on bringing some awesome new updates to the Data Viewer, which should allow for custom searching in a data list.

Meanwhile, if you want to search the Data Viewer and display the results in a regular list, you can take a look at Jane’s fantastic guide on searching a list and displaying results here:

> [@Making a Search Bar](http://community.thunkable.com/t/making-a-search-bar/60939):
>
> Note: This tutorial was updated in June 2020 to reflect the new [when Text Input Changes](https://docs.thunkable.com/text-input#changes) block, which makes adding a search bar to your app much easier! This post will talk about creating a search bar for your app. Search Bars are great if you have a lot of text items or List Viewer options that you want to make available to the user without having a lot of items on the Screen at once. This post will describe how to make a search bar with a search button and a search bar that updates automatic…

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 18, 2020, 11:13pm UTC](https://community.thunkable.com/t/solved-search-for-data-viewer-list/569654/4 "2020-05-18T23:13:39Z")

</div>

Hi,

No as of now making some sort of a search bar and to show the results using the new Data Viewer component isn’t possible. This requires a delete row function, which the Thunkable Team are already working hard on. Once this component is released there will definitely be tutorials and guides on how to achieve a search bar with the new Data Viewer Component.

---

<div class="post-metadata">

### Author: ![samdev](https://avatars.discourse-cdn.com/v4/letter/s/9fc348/32.png) [@samdev](https://community.thunkable.com/u/samdev)
#### Post date: [May 19, 2020, 4:16am UTC](https://community.thunkable.com/t/solved-search-for-data-viewer-list/569654/5 "2020-05-19T04:16:30Z")

</div>

actually i just thought of something:

1. Add 2 dataviewer grids

2. only show the second one after search(second one has data set to data table)

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 19, 2020, 12:05pm UTC](https://community.thunkable.com/t/solved-search-for-data-viewer-list/569654/6 "2020-05-19T12:05:07Z")

</div>

Yes this is how it would work when searching. But when you go to search a second time you need to be able to delete the row, otherwise the last search will show in your new search. Also I believe you may need to be able to list all the row ids, unless there is a workaround for that.

But don’t worry about it too much. There will be new features added to allow this as you are definitely not the only one who wishes for this to be possible.

---

<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-search-for-data-viewer-list/569654/7 "2024-11-08T11:29:09Z")

</div>


