31
Views
3
Comments
REST API 
Question

Hi,  i work in a project and i use the output of REST API to fill the table record.

how i can to allow the user can filters the content of table by using combo box ?

2019-12-06 08-26-53
Jorge Rodrigues

Maha Saad wrote:

Hi,  i work in a project and i use the output of REST API to fill the table record.

how i can to allow the user can filters the content of table by using combo box ?


Hello Maha Saad,


Can you send a printscreen of how you are implementing?

Jorge Rodrigues

2020-02-15 23-22-11
James Andrade
Champion

Hi Maha,

if the service dont has a input parameter to filter. You will need to set a local variable with the same structure of the returned by the service and set the value with returned by the service. Then execute the action ListFilter avaliable in module System, to filter the local variable. 


And you should set again the value of local variable list do the returned by the action ListFilter.

UserImage.jpg
Maha Alqarni

Hi James, thanks for replay me


After using ListFilter how can i update the table content to the output list of ListFilter?

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