Trying to hide all rows in this service list where the application id (Lookup field) for service does not match the application id for that application.
I'm pretty sure this can be done in JavaScript, but I am not sure how to go about that.
So basically I would want to check if the Application column for each row matches the
{{ request.params.id }}
Thanks in advance!