3
I need to compose/generate a new table in html where the records of the new will come from a selection of <input type checkbox>
in another table on the same html page displayed in a modal, see image. Once the user clicks on import, he should bring the records to the table on the page at the bottom of the modal.
Obs.: Utlizo the Bootstrap, Jquery, C# in ASP.NET MVC environment.
A question: the modal updates the back table or the back table updates the modal?
– Leonel Sanches da Silva
Sin. Modal updates the main table which is the one that will exist once you click on import.
– Samuel Silva Sardinha