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
Discussion posts and replies are publicly visible
OK ... but what is your question?
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
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