I have a table with a list of records on the main landing page.
We can click records from the table to open a bootstrap modal for detail view.
I want to access the main landing page table to open another bootstrap modal, I mean opening and keeping two of them simultaneously.
window.open()
?