How to loop through rows of data table based on user input with wild card in order to load data from database for each selected row item
I have a data table with first column filled with part_IDs (other columns have got other info about corresponding to each part) and a working function which loads test data for a given (single) part_ID from the database. I would like to have the following functionality via a modal window.1. Have the user select the part_IDs in the data table using a wild card. For example, the part_IDs are of the...