Display Recipient Details in a Table Based on First Name Input in web application
Hi Team,
I'm working on a web application where I need to display recipient details in a table.
The table have columns for ID (Primary Key), First Name, and Last Name. and Above the table, there is an input field for the First Name. When a user enters a First Name and submit the button, the below table should dynamically populate with matching recipient records. for the column of (ID (Primary Key), First Name, and Last Name)
I've created a QueryDef to fetch recipient details, and the data is stored in ctx.vars.recipientDetails.
I want to filter this data based on the First Name input and display the records in the table.
FYI: Table and first name search both in the same page and configured Query def(JS Activity) before this page activity.
Can anyone help on the further enhancement.
Please let me know incase of further details.