Hey I currently have a field that searches text input to find items located in a master table data source (this part is working perfectly)
My search list is setup as follows
Now I want to add the item searched to be added to a new table that is displayed on the screen that allows the user to add multiple items
Eg.
User looks up the item Cone from the Master Table by typing co
In a data viewer list all the items in the Master Table with co show up
The user then clicks on Cone
This item is then added to a new Data Viewer List (and added to a new data table eg serchList)
When the user inputs a new search and clicks on the new searched item eg Hat this item is then added to the same list so the Data Viewer List will now display
Cone
Hat
Cheers in advance