cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to perform search operation row wise on a Data table or infotable in the mash up display screen

vsrilekha
1-Newbie

How to perform search operation row wise on a Data table or infotable in the mash up display screen

Hi all,

I have a requirement in mind where my input is data in form of data table, I want to perform field wise search on each row element of that table, How can that be done? Also which widget must be used to do the same?

2 REPLIES 2

As you say your source of data is datatable you may use Querydatatableentries snippet for various filter criteria && , or etcc  , as long as you are thinking on mashup side filter search you can use datafilter widget and use the same service which queries the datatable

ankigupta
5-Regular Member
(To:vsrilekha)

Hi vemuri srilekha​,

There are two options:

1. Query the Data in the Service itself and pass the output to Grid. We can bind the changed event to request the updated data as soon as the filter is updated.

2. Use Data Filter widget as Nilesh told and filter the data based on it.

Top Tags