I need to compose / generate a new table in html where the new records will come from a selection of <input type checkbox>
in another table in the same html page displayed in a modal, see image. Once the user clicks on import, you should bring the records to the table on the page at the bottom of the modal.
Note: I use Bootstrap , JQuery , C # in ASP.NET MVC environment.