How to keep the detail datatable in a multi-table page from going to a new windows?
How to keep the detail datatable in a multi-table page from going to a new windows?
I have two datatables side by side in a single page, one as the navigational master table and the other as subordinate detail table. The master table with four columns is set to width of 600px and the detail table with four columns to 1000px, both with pagination on.
The setup works well most of the time. However, every once in a while the detail table goes on to a new window all by itself. How can I keep the detail table on the same page with the master table and prevent it from opening a new window for itself unexpectedly?
If anyone has handled the same or similar situations, I would appreciate your sharing of the experiences.
Answers
I'm have to do the same, so I am using iframe with no borders. This seems to work well.