How to make a checkbox list for user input based on items in a column of a datatable?
I have a data table with one of the columns having names of different tests conducted on parts. Other columns have other test related data.I want to make a user interface where these test names are available as check boxes for user input to be used in the next stage of my JSL script. I would like have a warning (with stop further execution) if more than or less than two items selected via these ch...