Skip to main content
February 13, 2025
Question

filter data coming from the service

  • February 13, 2025
  • 8 replies
  • 0 views

I have an endpoint which returns data consists of 5 columns (text and date fields). I want to keep an text field and then when I enter values in the text field, I want to filter the data based on the value I entered.

It should filter dates if possible

    8 replies

    stefanhelzle0001
    February 13, 2025

    OK ... but what is your question?

    February 14, 2025

    data comes from the endpoint, I will keep a text filed in the interface and I call the endpoint in the interface and display it in a grid form.

    When I enter some value in text field, I want to filter the grid

    venkatrea696188
    February 14, 2025

    Need to know how data is structured and end point is configured . You can either filter the data directly from endpoint by passing path parameters or query parameters or you load all the data onto interface and you can use index and where contains to filter data