I have table below which showing on the UI (We are fetching data from rest endpoints and Odata)
And I have filters on above table like StateId, StateName and CityId which is we are not showing in above table.(that should filter out the data in above table) I have another table which having one to many relationships between StateId and CityId as given below
My Question is how to filter the data by CityId (Input field) in UI table. Like If I input CityId 1 then only one record with Maharashtra as StateName will filtered out.
Hi Rohan,
You can try the following:
Please see attached OML.
Hope this helps.
Regards,
Arnold